vim colorscheme
This commit is contained in:
parent
e854c2a44d
commit
7de0d8745e
@ -71,6 +71,7 @@ call vundle#begin()
|
|||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
|
Plugin 'morhetz/gruvbox'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
@ -105,3 +106,9 @@ let g:lightline = {
|
|||||||
\ 'gitbranch': 'fugitive#head'
|
\ 'gitbranch': 'fugitive#head'
|
||||||
\ },
|
\ },
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
|
||||||
|
" Colorscheme
|
||||||
|
colorscheme gruvbox
|
||||||
|
set bg=dark
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user