fenetikm / falcon

A colour scheme for terminals, Vim and friends.
MIT License
718 stars 25 forks source link

Lightline support #45

Closed DLopezGo90 closed 2 years ago

DLopezGo90 commented 2 years ago

I use neovim gui in windows. I put Plug 'fenetikm/falcon' in init.vim and executed :PlugInstall in neovim so it was installed

Then I put let g:falcon_lightline = 1 and let g:lightline.colorscheme='falcon' in init.vim

image

But when I open neovim gui it gives me this error

image

What I am doing wrong?

fenetikm commented 2 years ago

Hmmm, did you plug install lightline too? Maybe try just getting lightline installed and working without the falcon colour scheme first following the lightline installation instructions.

DLopezGo90 commented 2 years ago

Lightline is installed:

image

You sure adding these 2 lines is all that has to be done to make lightline work with falcon?

let g:falcon_lightline = 1 let g:lightline.colorscheme = 'falcon'

fenetikm commented 2 years ago

Let me double check and get back to you...

fenetikm commented 2 years ago

Ok dokes, try putting in let g:lightline = {} before let g:lightline.colorscheme='falcon' and let me know if that helps.

fenetikm commented 2 years ago

Closing this for now - let me know if still an issue.