mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +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. |
||
|---|---|---|
| .. | ||
| _mk-lsp.nix | ||
| _renamed.nix | ||
| ccls.nix | ||
| dartls-settings.nix | ||
| default.nix | ||
| hls.nix | ||
| jsonnet-ls-settings.nix | ||
| ltex-settings.nix | ||
| lua-ls-settings.nix | ||
| nil-ls-settings.nix | ||
| nixd-settings.nix | ||
| pylsp.nix | ||
| rust-analyzer-config.nix | ||
| rust-analyzer.nix | ||
| svelte.nix | ||
| tinymist-settings.nix | ||