lightline-gruvbox is a lightline.vim theme for the fantastic gruvbox colorscheme, deeply inspired by lightline-hybrid.
Use your favourite plugin manager.
Plug 'shinchu/lightline-gruvbox.vim'
Add the following lines to your .vimrc
.
let g:lightline = {}
let g:lightline.colorscheme = 'gruvbox'
Configure bar coloring with either left
, right
, both
like so
let g:lightline_gruvbox_color = '<coloring>'
or set to empty for no coloring. Defaults to left
.
Configure the style with hard
, or plain
(depricated) like so
let g:lightline_gruvbox_style = '<style>'
Defaults to neither