kosayoda / nvim-lightbulb

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

require("config") messes with my setup #28

Closed dominik-schwabe closed 2 years ago

dominik-schwabe commented 2 years ago

Is it possible to change the require("config") statements to something different like require("nvim-lightbulb.config")? I have a config.lua file in my neovim dotfiles and i get errors because of this.

kosayoda commented 2 years ago

This is my bad, sorry. I've pushed a hotfix, please let me know if any issues still arise.

dominik-schwabe commented 2 years ago

Thanks, it fixed the issue.