From 79f2de523ec86a1edc191a9b02c29e9cbb95ed5c Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sun, 22 Dec 2024 14:41:40 +0100 Subject: [PATCH] apply renamings --- modules/desktop/editors/nvim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/desktop/editors/nvim.nix b/modules/desktop/editors/nvim.nix index 3f04423..d3bca3b 100644 --- a/modules/desktop/editors/nvim.nix +++ b/modules/desktop/editors/nvim.nix @@ -28,9 +28,9 @@ in lsp = { enable = true; servers = { - tsserver.enable = true; - lua-ls.enable = true; - rust-analyzer = { + ts_ls.enable = true; + lua_ls.enable = true; + rust_analyzer = { enable = true; installRustc = true; installCargo = true;