/gruvbox-lightline

A gruvbox theme for vim's lightline plugin

Primary LanguageVim Script

gruvbox-lightline

gruvbox-theme is an alternate gruvbox colorscheme for lightline

gruvbox-lightline

Installation

Install using your favorite Vim Plugin Manager. I personally use vim-plug

vim-plug

  • Add the following configuration to your .vimrc
Plug "muxcmux/gruvbox-lightline"
  • Install with :PlugInstall

Setup

Configure your lightline theme in .vimrc

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

For more configuration options check lightline documentation