nix-community.nixvim/tests/test-sources/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 treewide: re-enable godot tests 2025-04-24 12:48:41 +02:00
cmp tests: move away from string comparisons with stdenv.hostPlatform 2025-04-21 21:25:15 +10:00
colorschemes colorschemes/github-theme: init 2025-04-06 17:03:26 +02:00
lazyloading tests/lazyloading/lz-n: runNvim false 2024-12-10 10:15:10 -06: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
lua-config.nix lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00