mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-08 10:01:07 +01:00
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. |
||
|---|---|---|
| .. | ||
| platforms | ||
| test-sources | ||
| default.nix | ||
| enable-except-in-tests.nix | ||
| extend.nix | ||
| extra-args.nix | ||
| extra-files.nix | ||
| failing-tests.nix | ||
| fetch-tests.nix | ||
| generated.nix | ||
| lib-tests.nix | ||
| lsp-servers.nix | ||
| main.nix | ||
| maintainers.nix | ||
| nixpkgs-mock.nix | ||
| nixpkgs-module.nix | ||
| no-flake.nix | ||
| plugins-by-name.nix | ||