Skip to content

shinchu/lightline-gruvbox.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

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

About

A lightline.vim theme for gruvbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published