nix-community.nixvim/tests/test-sources/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: fix tinymist implementation and update options 2024-12-14 18:20:47 +00:00
_lsp.nix plugins/lsp/servers: replace rootDir with rootMarkers 2025-04-25 16:04:38 +01:00
jsonls.nix tests/plugins/lsp: re-enable tests 2024-08-22 10:26:05 -05:00
ltex.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
omnisharp.nix tests/lsp-servers: disable servers relying on EOL dotnet-core-combined 2024-11-30 12:33:56 +01:00
yamlls.nix plugins/yamlls: add settings option 2024-05-25 22:26:50 +01:00