Vim: Add gruvbox colorscheme for lightline
This commit is contained in:
parent
f90c82bfcf
commit
e6f4a087e8
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -31,3 +31,6 @@
|
|||||||
[submodule ".vim/bundle/ale"]
|
[submodule ".vim/bundle/ale"]
|
||||||
path = .vim/bundle/ale
|
path = .vim/bundle/ale
|
||||||
url = https://github.com/w0rp/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
|
||||||
|
1
.vim/bundle/lightline-gruvbox.vim
Submodule
1
.vim/bundle/lightline-gruvbox.vim
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 21659af1fc980ebe7de0f475e57c3fda9a82c2d3
|
1
.vimrc
1
.vimrc
@ -24,6 +24,7 @@ let g:lightline = {
|
|||||||
\ 'charvaluehex': 'char: 0x%B'
|
\ 'charvaluehex': 'char: 0x%B'
|
||||||
\ },
|
\ },
|
||||||
\}
|
\}
|
||||||
|
let g:lightline.colorscheme = 'gruvbox'
|
||||||
|
|
||||||
" Automatically read when a file is changed outside of Vim
|
" Automatically read when a file is changed outside of Vim
|
||||||
set autoread
|
set autoread
|
||||||
|
Loading…
Reference in New Issue
Block a user