nix-community.nixvim/tests/test-sources
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
..
example-configurations plugins/lsp: Use the auto-generated lsp plugin list 2024-10-08 21:29:43 +02:00
modules modules/diagnostics: fix virtual_lines example 2025-04-24 16:50:32 -07:00
plugins plugins/lsp/servers: replace rootDir with rootMarkers 2025-04-25 16:04:38 +01:00
env.nix modules: add env option 2025-03-24 18:50:29 +01:00
examples.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
extended-lib.nix lib/options: remove deprecated package option helpers 2024-09-05 02:24:52 +01:00