kosayoda / nvim-lightbulb

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

Fix module name with underline instead of hyphen #49

Closed lucassperez closed 1 year ago

lucassperez commented 1 year ago

Apparently the module name is with hyphen and not underline, like we see in the readme and other places. I tried to install this plugin to try it out and require('nvim_lightbulb') does not work 😅

kosayoda commented 1 year ago

This was really dumb haha, thanks for catching it!