switch to NeoSolarized

This commit is contained in:
2021-09-21 10:22:46 +02:00
parent b8b2035605
commit c2f20da044

View File

@@ -1,11 +1,11 @@
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
call plug#begin('~/.vim/plugged')
Plug 'mrckndt/vim-colors-solarized'
Plug 'mhinz/vim-signify'
Plug 'overcache/NeoSolarized'
Plug 'neovimhaskell/haskell-vim'
call plug#end()
colorscheme solarized
colorscheme NeoSolarized
set background=light
endif