Move plugin stuff to toml

This commit is contained in:
2020-10-18 23:05:59 +02:00
parent 6aa7e10b54
commit 0e66131107
4 changed files with 240 additions and 391 deletions

28
vimrc
View File

@@ -116,34 +116,6 @@ try
catch
endtry
" git-gutter workaround
" https://github.com/airblade/vim-gitgutter/issues/696
autocmd ColorScheme * highlight! link SignColumn LineNr
" ==========colors===========
" set t_Co=256
let g:solarized_termcolors=256
if exists('g:GtkGuiLoaded')
let g:neosolarized_contrast = 'normal'
let g:neosolarized_visibility = 'normal'
let g:neosolarized_vertSplitBgTrans = 0
let g:neosolarized_bold = 1
let g:neosolarized_underline = 1
let g:neosolarized_italic = 1
set background=dark
colorscheme NeoSolarized
else
let g:neosolarized_contrast = 'normal'
let g:neosolarized_visibility = 'normal'
let g:neosolarized_vertSplitBgTrans = 0
let g:neosolarized_bold = 1
let g:neosolarized_underline = 1
let g:neosolarized_italic = 1
set background=dark
colorscheme NeoSolarized
endif
" ===========================