nvim-lspinstall
nvim-lspinstall copied to clipboard
diagnosticls causes issues when opening lua files
Current config: https://github.com/petertriho/dotfiles/blob/lua/nvim/.config/nvim/lua/plugins/lsp.lua
Whenever I open a lua file I see the following errors:
Error detected while processing FileType Autocommands for "lua":
E492: Not an editor command: require'lspconfig'["diagnosticls"].manager.try_add()
Error goes away when I uninstall diagnosticls and doesn't occur with other file types
Thanks for reporting, will look into it
@kabouzeid I got the same issue, and I'm using the same config the wiki suggested using. Thanks for your great work; I love nvim-lspinstall.
I've switched to efm langserver and haven't had any issues
Same problem for me using recommended configuration. NVIM v0.5.0-dev+1372-g056c464e8
Just wanted to say that I ran into the same experience as everyone else here.