[neovim] Switch to Gruvbox theme
This commit is contained in:
parent
7d8f4199ac
commit
0d2de73943
1 changed files with 3 additions and 5 deletions
|
@ -20,13 +20,11 @@ if filereadable(expand("~/.vim/autoload/plug.vim")) || filereadable(expand("~/.c
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'vim-latex/vim-latex'
|
Plug 'vim-latex/vim-latex'
|
||||||
" Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
Plug 'dag/vim-fish'
|
Plug 'dag/vim-fish'
|
||||||
Plug 'KabbAmine/gulp-vim'
|
Plug 'KabbAmine/gulp-vim'
|
||||||
Plug 'kovisoft/slimv'
|
Plug 'kovisoft/slimv'
|
||||||
Plug 'vim-php/vim-phpunit'
|
Plug 'vim-php/vim-phpunit'
|
||||||
" Plug 'dracula/vim', {'as': 'dracula'}
|
|
||||||
Plug 'arcticicestudio/nord-vim'
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
else
|
else
|
||||||
|
@ -84,8 +82,8 @@ set tm=500
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
" color dracula
|
" color dracula
|
||||||
colorscheme nord
|
colorscheme gruvbox
|
||||||
" set background=light
|
set background=light
|
||||||
" set termguicolors
|
" set termguicolors
|
||||||
set cursorline
|
set cursorline
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
|
Loading…
Reference in a new issue