Skip to content

cocopon/lightline-hybrid.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8063ea · Dec 20, 2018

History

22 Commits
Dec 11, 2018
Nov 26, 2013
Sep 10, 2013

Repository files navigation

lightline-hybrid

Overview

lightline-hybrid brings awesome color scheme vim-hybrid into lightline.vim.

Setup

Put lightline-hybrid.vim into your plugin directory.

Or if you are mad about NeoBundle, add the following line to your .vimrc:

NeoBundle 'cocopon/lightline-hybrid.vim'

Finally, set color scheme of lightline in .vimrc:

let g:lightline = {}
let g:lightline.colorscheme = 'hybrid'

Screenshots

default

If you prefer a simple one, how about a plain style?

plain

let g:lightline_hybrid_style = 'plain'

License

MIT License. See LICENSE.txt for more information.