From 58537937b3d770d92b3e9595d2ee392903cfb503 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 31 Mar 2023 02:31:53 +0400 Subject: Проработка способа подключения темы MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- init.vim | 9 --------- 1 file changed, 9 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 583530b..88344de 100644 --- a/init.vim +++ b/init.vim @@ -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 -- cgit v1.2.3