From e5df2b8e8c263310f9aedcd967548cd7d359f406 Mon Sep 17 00:00:00 2001 From: Eric Carlson Date: Tue, 15 Oct 2024 16:59:04 -0400 Subject: [PATCH] fix renamed lsp servers --- modules/home/cli/nixvim/plugins/completion/lsp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/cli/nixvim/plugins/completion/lsp.nix b/modules/home/cli/nixvim/plugins/completion/lsp.nix index 8b44b6b..92e4d82 100644 --- a/modules/home/cli/nixvim/plugins/completion/lsp.nix +++ b/modules/home/cli/nixvim/plugins/completion/lsp.nix @@ -10,8 +10,8 @@ gopls.enable = true; jsonls.enable = true; marksman.enable = true; - nil-ls.enable = true; # Nix - ts-ls.enable = true; + nil_ls.enable = true; # Nix + ts_ls.enable = true; omnisharp.enable = true; }; keymaps = {