deens / lightline_gruvbox_theme

Gruvbox colorscheme for lightline.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lightline-gruvbox-theme

lightline-gruvbox-theme brings gruvbox colorscheme to lightline

Installation

Install using your favorite Vim Plugin Manager. I personally use Vundle

####Vundle (https://github.com/VundleVim/Vundle.vim)

  • Add the following configuration to your .vimrc
Plugin "deens/lightline-gruvbox-theme"
  • Install with :PluginInstall

Setup

Add one of the following examples to your .vimrc

#####Dark

let g:lightline = {
      \ 'colorscheme': 'gruvbox_dark',
      \ }

#####Light

let g:lightline = {
      \ 'colorscheme': 'gruvbox_light',
      \ }

For more configuration options check lightline documentation

About

Gruvbox colorscheme for lightline.vim


Languages

Language:Vim Script 100.0%