Removed rnix dependencies, as it has been deprecated (#1245)

This commit is contained in:
GoodGuyPat 2024-03-12 16:42:22 +01:00 committed by GitHub
parent 10fa987250
commit 9f9d9ac0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -79,8 +79,8 @@ in {
"pylsp"
"pylyzer"
"pyright"
"rnix-lsp"
"ruff-lsp"
"rnix-lsp"
"rust-analyzer"
"solargraph"
"sourcekit"

View file

@ -543,6 +543,7 @@ with lib; let
name = "rnix-lsp";
description = "rnix LSP for Nix";
serverName = "rnix";
package = null;
}
{
name = "ruff-lsp";

View file

@ -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;