nix-community.nixvim/plugins
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
..
by-name plugins/none-ls: add package for opentofu_validate 2025-04-22 12:16:02 +00:00
cmp modules/dependencies: add fish 2025-04-11 08:51:45 +10:00
colorschemes colorschemes/github-theme: init 2025-04-06 17:03:26 +02:00
lsp plugins/lsp/servers: replace rootDir with rootMarkers 2025-04-25 16:04:38 +01:00
pluginmanagers modules/dependencies: add git 2025-04-11 08:51:45 +10:00
default.nix colorschemes/github-theme: init 2025-04-06 17:03:26 +02:00
deprecation.nix plugins/deprecations: move codeium enable option renames to top level deprecations 2025-04-20 07:55:12 +10:00
TEMPLATE.nix contributing: reduce emphasis on settingsOptions 2025-04-21 10:04:38 +01:00