nix-community.nixvim/plugins/lsp/language-servers
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
..
_mk-lsp.nix plugins/lsp/servers: replace rootDir with rootMarkers 2025-04-25 16:04:38 +01:00
_renamed.nix plugins/lsp: Use the auto-generated lsp plugin list 2024-10-08 21:29:43 +02:00
ccls.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
dartls-settings.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
default.nix modules/dependencies: add go 2025-04-11 08:51:45 +10:00
hls.nix treewide: use boolean comparison to simplify the code base 2025-01-29 18:04:00 +01:00
jsonnet-ls-settings.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
ltex-settings.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
lua-ls-settings.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
nil-ls-settings.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
nixd-settings.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
pylsp.nix plugins/lsp: skip failing pylsp test 2025-03-19 00:51:22 +01:00
rust-analyzer-config.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
rust-analyzer.nix treewide: use boolean comparison to simplify the code base 2025-01-29 18:04:00 +01:00
svelte.nix plugins/lsp: modernize implem of language-servers 2024-12-14 23:04:25 +00:00
tinymist-settings.nix plugins/lsp: fix tinymist implementation and update options 2024-12-14 18:20:47 +00:00