You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dantxal
changed the title
which-key overrides "g" (gd, gr) from LSP
can't get tsserver to attach, only null-ls shows as language server on buffers
Jul 3, 2022
The list of servers that can be used is in lua/user/lsp/configs.lua variable servers. You need to update that variables for the new server to be configured and therefore available.
The list of servers that can be used is in lua/user/lsp/configs.lua variable servers. You need to update that variables for the new server to be configured and therefore available.
How can i setup LSP for new languages. When I add javascript, java, ruby, golang etc it didn't work ?
EDIT: Changed title after some more debugging.
Does anyone know a way to debug the on_attach function so I can fix this problem?
I wanted to log what is coming as a client and buffnr.
The text was updated successfully, but these errors were encountered: