1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Remove nu LSP definition as Helix got updated

This commit is contained in:
RGBCube 2024-04-30 12:56:07 +03:00
parent 5913220ada
commit 9b73a0355d
No known key found for this signature in database

View file

@ -124,11 +124,6 @@
};
};
nu = { # TODO: Remove in the next Helix release.
command = "nu";
args = [ "--lsp" ];
};
rust-analyzer.config.check.command = "clippy";
};