kosayoda / nvim-lightbulb

VSCode 💡 for neovim's built-in LSP.
MIT License
801 stars 30 forks source link

current_lightbulb_status_text not returned #17

Closed beauwilliams closed 3 years ago

beauwilliams commented 3 years ago

It appears this commit 02310af3915d3e6a3ef2c9c67522ebb51954e1e4 introduces an error calling the status line function require'nvim-lightbulb'.get_status_text()

I suspect its not being called on the right buffer

nvim-lightbulb/lua/nvim-lightbulb.lua:185: Key not found: current_lightbulb_status_text

kosayoda commented 3 years ago

Sorry about that, it slipped through review and I'd like to blame the docs (pretty vague!!11) but it's on me for not testing.

I should start testing 🤔 Thanks for the heads up!