Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.35 KB

lightline-gruvbox

Note

Since there is a lightline theme included in gruvbox now, this plugin will remain here but most likely will not be updated anymore.

Overview

lightline-gruvbox is a lightline.vim theme for the fantastic gruvbox colorscheme, deeply inspired by lightline-hybrid.

Installation

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'

Configuration

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

Screenshots

Dark

dark

Light

light