update to neosolarized
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'flexo3001/vim-colors-solarized'
|
Plug 'icymind/NeoSolarized'
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
@@ -29,8 +29,8 @@ if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
|||||||
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
||||||
endif
|
endif
|
||||||
|
|
||||||
set background=light
|
set termguicolors
|
||||||
colorscheme solarized
|
colorscheme NeoSolarized
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user