diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-31 15:42:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-31 15:42:38 +0800 |
| commit | 5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 (patch) | |
| tree | 21aebc405cde600b382825a38ed27e17fd94b11b /core/themes.vim | |
| parent | 05c0ef1d60bda2a8914ec316e5d48c4d25f0a6c1 (diff) | |
remove redundant fold marks
Diffstat (limited to 'core/themes.vim')
| -rw-r--r-- | core/themes.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/themes.vim b/core/themes.vim index 646de1b..28e7bc6 100644 --- a/core/themes.vim +++ b/core/themes.vim @@ -1,5 +1,3 @@ -"{ UI-related settings -"{{ Colorscheme settings let s:my_theme_dict = {} function! s:my_theme_dict.gruvbox8() dict abort @@ -94,5 +92,3 @@ else let s:msg = "Invalid colorscheme function: " . s:colorscheme_func call v:lua.vim.notify(s:msg, 'error', {'title': 'nvim-config'}) endif -"}} -"} |
