switch to NeoSolarized
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'mrckndt/vim-colors-solarized'
|
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
|
Plug 'overcache/NeoSolarized'
|
||||||
Plug 'neovimhaskell/haskell-vim'
|
Plug 'neovimhaskell/haskell-vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
colorscheme solarized
|
colorscheme NeoSolarized
|
||||||
set background=light
|
set background=light
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user