diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-31 01:31:53 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-31 01:31:53 +0300 |
commit | 58537937b3d770d92b3e9595d2ee392903cfb503 (patch) | |
tree | 8f7e31aa2d2afd64f41eacdb6332e027fe38c0b2 /init.vim | |
parent | 4c1f64d1bd21d948d2f2f7c6773501b3115707c3 (diff) | |
download | nvim-config-58537937b3d770d92b3e9595d2ee392903cfb503.tar.xz nvim-config-58537937b3d770d92b3e9595d2ee392903cfb503.zip |
Проработка способа подключения темы
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -8,12 +8,3 @@ augroup end " Automatic file trimming when saving autocmd BufWritePre * :%s/\s\+$//e - -" Подключение темы sonokai -if has('termguicolors') - set termguicolors -endif - -let g:sonokai_style = 'atlantis' -let g:sonokai_better_performance = 1 -colorscheme sonokai
\ No newline at end of file |