nvim-lspconfig
nvim-lspconfig copied to clipboard
Quickstart configs for Nvim LSP
### Description When I open a file with `typos_lsp` set up for it, `typos_lsp` always starts in single file mode, even though `root_dir` returns a file path. I can only...
### Description One of the options recommended for `lua_ls` causes issues when working on one own neovim configuration. https://github.com/neovim/nvim-lspconfig/blob/74e14808cdb15e625449027019406e1ff6dda020/doc/server_configurations.md?plain=1#L6361-L6362 The problem is that `nvim_get_runtime_file` returns all neovim runtime directories, including...
### Description Hello, i'm using a lot scp to open and editing my files remotely. To open them, I always precise the path of the remote file in the CLI...
### Description ### Describe the bug So i'm using Neovim development/nightly build due to the fact that it allows me to use Netrw to access directories that have brackets around...
Corrected the typo in the npm installation example - Changed the incorrect `npm install [-g]` command to `npm install -g` for the packages: 1. @biomejs/biome 2. @ast-grep/cli 3. rome
This is a fixed version of #2712, which was merged and reverted. Fixes #2711
### Description Bloated additions and redundant wrappers `self:add, self:try_add, self:try_add_wrapper` ... current `vim.lsp.start` supports `reuse_client`. we can simplify some code.
### Description The current behavior `config.handlers` works like a bridge. Then it is passed to `vim.lsp.handler`.. The purpose is to locate the override handlers in LspInfo. Currently `checkhealth` supports the...
# Problem No way to force a lsp client to attach to current buffer (or if there is, please let me know). https://github.com/neovim/nvim-lspconfig/pull/2708 proposed introducing a "shebang" flag to force...