Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 389 Bytes

File metadata and controls

20 lines (15 loc) · 389 Bytes

simplicity, lightline colorscheme

for terminal and gray backround color

see also

install

Plug 'kmtoki/lightline-colorscheme-simplicity'

and add .vimrc

let g:lightline = {
\ 'colorscheme': 'simplicity',
\ 'separator': { 'left': '', 'right': '' },
\ 'subseparator': { 'left': '', 'right': '' }
\ }