diff --git a/vim/.vimrc b/vim/.vimrc index 0524815..6e52419 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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