mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
tests/lsp: remove tests for rnix-lsp as it is deprecated
This commit is contained in:
parent
e1514ff333
commit
3fe9eb485c
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@
|
|||
pylsp.enable = true;
|
||||
pylyzer.enable = true;
|
||||
pyright.enable = true;
|
||||
rnix-lsp.enable = true;
|
||||
rnix-lsp.enable = false; # Deprecated
|
||||
ruff-lsp.enable = true;
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue