mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
Removed rnix dependencies, as it has been deprecated (#1245)
This commit is contained in:
parent
10fa987250
commit
9f9d9ac0b7
3 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ in {
|
|||
"pylsp"
|
||||
"pylyzer"
|
||||
"pyright"
|
||||
"rnix-lsp"
|
||||
"ruff-lsp"
|
||||
"rnix-lsp"
|
||||
"rust-analyzer"
|
||||
"solargraph"
|
||||
"sourcekit"
|
||||
|
|
|
@ -543,6 +543,7 @@ with lib; let
|
|||
name = "rnix-lsp";
|
||||
description = "rnix LSP for Nix";
|
||||
serverName = "rnix";
|
||||
package = null;
|
||||
}
|
||||
{
|
||||
name = "ruff-lsp";
|
||||
|
|
|
@ -147,7 +147,6 @@
|
|||
# https://github.com/mtshiba/pylyzer/issues/78
|
||||
pylyzer.enable = false;
|
||||
pyright.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