How to configure "LSP server configuration schema"? #638
Unanswered
fritzrehde
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! So what's presented in the require("lspconfig").pyright.setup {
settings = {
pyright = {
disableLanguageServices = true,
disableOrganizeImports = true,
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm very new to neovim LSP and mason. I am using nvim-cmp, mason.nvim, mason-lspconfig.nvim and nvim-lspconfig.
When calling
:Mason
in neovim, I see all available and installed LSPs, and when clicking on one I see some config options. I want to configure some of the options in "LSP server configuration schema", but have absolutely no clue how to do that? Do I do this with Mason, nvim lsp or the LS itself (how though?)?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions