itchyny/lightline.vim

bug : Undefined variable: g:lightline

archershan2 opened this issue · 2 comments

image
when I have wrote the let g:lightline.colorscheme='default' to the init.vim in neovim
and I confirm that I have installed the lightline by vim-plug

Add let g:lightline = {} before that configuration.

thankyou,it has been solved