itchyny/lightline.vim

feature: neovim global statusline support

deathmaz opened this issue · 2 comments

hi, is it possible to add support for neovim/neovim#17266 ?

I tested with NVIM v0.7.0-dev+1280-gf2e5f509d (revision f2e5f50) and it looks working as intended.
screenshot
init.vim

set runtimepath+=~/path/to/lightline
set laststatus=3

If it does not work, please describe the behavior with complete configuration and reproduction steps with screenshot and expectations.

Works as expected. I think when i tried it initially i was using outdated version of neovim. Sorry for noise and thank you for your work.