Vim: Add gruvbox colorscheme for lightline

This commit is contained in:
Salt 2018-12-01 11:34:45 -06:00
parent f90c82bfcf
commit e6f4a087e8
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -31,3 +31,6 @@
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale
[submodule ".vim/bundle/lightline-gruvbox.vim"]
path = .vim/bundle/lightline-gruvbox.vim
url = https://github.com/shinchu/lightline-gruvbox.vim

@ -0,0 +1 @@
Subproject commit 21659af1fc980ebe7de0f475e57c3fda9a82c2d3

1
.vimrc
View File

@ -24,6 +24,7 @@ let g:lightline = {
\ 'charvaluehex': 'char: 0x%B'
\ },
\}
let g:lightline.colorscheme = 'gruvbox'
" Automatically read when a file is changed outside of Vim
set autoread