drzel / lightline-gruvbox.vim

A lightline.vim theme for gruvbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lightline-gruvbox

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


Languages

Language:Vim Script 100.0%