-
| Field | Description |
|--------------|-------------|
| Plugin | All LSP Plugins |
| Nixpkgs | `unstable` |
| Home Manager | `unstable` |
- [x] I have read the [FAQ](h…
-
Mason.nvim is no longer required due to using Nix. Move across to native lspconfig and then remove the extra dependencies in the neovim default.nix.
-
Eventually, it would be nice to have a "one-stop shop" for documentation for neovim. It would be good to integrate and replace the neovim.io documentation with something more modern.
To that end, i…
-
I have followed `:h lspconfig-new` of https://github.com/neovim/nvim-lspconfig for [Neovim](https://github.com/neovim/neovim).
https://github.com/neovim/nvim-lspconfig/blob/8cbfc30c4b238cc2465ff256…
-
When using `:LspStop` (provided by nvim-lspconfig) in Neovim, the diagnostics are cleared for other LSPs attached to the buffer, but not for typos-lsp. Furthermore, doing `:LspStart` doesn't seem to m…
-
### Description
In health.lua, in the try_fmt_version func, think i saw that 'version' was added for gopls, but now everything is using version so it causes a healthcheck error for lspconfig. Only th…
-
### Is your feature related to a problem?
_No response_
### Describe the new feature
Enable biome lsp for lspconfig and null-ls when project has @biomejs/biome dependency or has biome.json
### Add…
-
I am trying to separate configuration for each language to its own file. I am using lazy.nvim for this. I can easily extends `treesitter` and `lspconfig` config as follows from `terraform.lua` file
…
-
Hi! I usually work in flutter projects with multiple packages and I realized that lsp features like references were only analyzing the packages of the currently opened buffers. I did some digging arou…
-
Is there a minimal configuration example of setting up mason-lspconfig and rust-tools together anywhere? I checked both this repo and mason but I did not find it?
I just want to know the 'correct' …