Available options to lspconfig #417
-
Hey folks, That brought me to the question: what are all the available options i have when configuring the LSP? Then i stumbled across lazynvim and they set some really interesting options to the plugin. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It does have a type, here: lspconfig.Config. It extends the built-in type vim.lsp.ClientConfig. The help page of lspconfig also provides some information: lspconfig-setup. |
Beta Was this translation helpful? Give feedback.
-
Thanks @VonHeikemen , but aren't these just the options you can pass to a language server .setup() call? /edit |
Beta Was this translation helpful? Give feedback.
It does have a type, here: lspconfig.Config. It extends the built-in type vim.lsp.ClientConfig. The help page of lspconfig also provides some information: lspconfig-setup.