nvim-lspconfig
nvim-lspconfig copied to clipboard
Quickstart configs for Nvim LSP
### Description https://stackoverflow.com/questions/76944249/how-to-specify-classpath-with-java-language-server-of-neovim I tried add classpath to ~/.config/Code/User/settings.json , $PROJ/.vscode/settings.json as doc described, also tried CLASSPATH variable with .jar path. none of them works for me, any ideas to...
### Language server _No response_ ### Requested feature A common pattern of users' `on_attach` functions is to gate keymaps and functionality based on the server's capabilities, e.g.: ```lua if client.server_capabilities.documentHighlightProvider...
multi-module projects first.
### Language server [Github Actions Language Server](https://github.com/actions/languageservices/tree/main/languageserver) ### Requested feature There seems to be an [language server for Github Actions](https://github.com/actions/languageservices/tree/main/languageserver). I haven't tried, and was wondering if someone has successfully...
This is useful for running one off scripts with the lsp see https://github.com/sigmaSd/deno-nvim/issues/2 for prior discussion Also for precedence helix also has this feature example of usage ```lua require("deno-nvim").setup {...
### Description The default svls config seems unable to find the root directory. To change I suggest updating the root_dir default setting as follows ``` local util = require 'lspconfig.util'...
### Description If the user defined `on_attach` functions contains a `vim.api.nvim_exec2` statement (see minimum repro example below), then nvim-lspconfig will mysteriously and without error stop execution on this line and...
### Description When `autostart = false` and any language server has been manually started, editing an existing file of a compatible file type automatically attaches the server to the new...
### Language server mypy ### Requested feature Microsoft released [vscode-mypy](https://github.com/microsoft/vscode-mypy). I think it's a language server, am I right? Could it be supported? ### Other clients which have this feature...