From 9b73a0355ddec1a8d445a1f6e25cc83d1552d8fc Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 30 Apr 2024 12:56:07 +0300 Subject: [PATCH] Remove nu LSP definition as Helix got updated --- modules/helix.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/helix.nix b/modules/helix.nix index 57aebf4..d28c870 100644 --- a/modules/helix.nix +++ b/modules/helix.nix @@ -124,11 +124,6 @@ }; }; - nu = { # TODO: Remove in the next Helix release. - command = "nu"; - args = [ "--lsp" ]; - }; - rust-analyzer.config.check.command = "clippy"; };