-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup with nvim-lspconfig doesn't work #2
Comments
Hey @xuanhung1509 ! Quick question.. are you on some nvim distro? because some distros freeze their core deps for some time.. so maybe you don't have the commit that has the changes. I'm currently not using lspconfig in my personal config but maybe will do it tomorrow! |
yep, I'm using Nvchad fyi. |
Ok! so in the mean time make sure that you have the commit that adds the |
Thanks! It works now after updating to the latest commit |
Using the provided nvim-lspconfig setup, I encoutered an error:
[lspconfig] Cannot access configuration for emmet_language_server. Ensure this server is listed in 'server_configuration.md' or added as custom server.
Setup with autocmd does work though. However, I'd like the lsp stuffs being in a single place, so I prefer setting up with nvim-lspconfig.
I then came up with this config.
Anyway, it's still a lot nicer if I could set this up without having to manually add and explicitly pass default options.
The text was updated successfully, but these errors were encountered: