nix-community.nixvim/plugins/lsp
Matt Sturgeon b72ba2e4e2
plugins/lsp/servers: replace rootDir with rootMarkers
nvim-lspconfig historically used `root_dir`, along with util functions
like `root_pattern`.

Now that neovim's own LSP API is used, `root_dir` appears to be subtly
different and `root_markers` is introduced to replace `util.root_pattern`.

Since we cannot easily warn about the `root_dir` differences, it can
usually be replaced with `root_markers`, and can still be manually
configured via `extraOptions` if needed; the simplest approach here is
to remove the `rootDir` option.
2025-04-25 16:04:38 +01:00
..
language-servers plugins/lsp/servers: replace rootDir with rootMarkers 2025-04-25 16:04:38 +01:00
default.nix plugins/lsp: use vim.lsp native API 2025-04-23 15:36:09 +02:00
lsp-packages.nix plugins/lsp: mark ruff_lsp as unpackaged 2025-04-24 12:48:41 +02:00