-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error on gopls start #43
Comments
I think the issue is you are adding settings that are specifically for the lua language server: lspconfig.gopls.setup {
command = {
"gopls"
},
-- settings = { -- these settings are for the lua language server not gopls
-- Lua = {
-- diagnostics = {
-- enable = false
-- }
-- }
-- },
verbose = true
} A simple setup call |
Could be that your |
pylsp and pyright meets the same error |
Is this still an issue? |
LSP config:
The text was updated successfully, but these errors were encountered: