From 5f22aff1e4d69e1ced0aaef0f5edca5d3bdcef6d Mon Sep 17 00:00:00 2001 From: Eric Carlson Date: Wed, 11 Sep 2024 16:56:56 -0400 Subject: [PATCH] remove terraform lsp --- modules/home/cli/nixvim/plugins/completion/lsp.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/cli/nixvim/plugins/completion/lsp.nix b/modules/home/cli/nixvim/plugins/completion/lsp.nix index 6450615..17f841b 100644 --- a/modules/home/cli/nixvim/plugins/completion/lsp.nix +++ b/modules/home/cli/nixvim/plugins/completion/lsp.nix @@ -12,7 +12,6 @@ marksman.enable = true; nil-ls.enable = true; # Nix tsserver.enable = true; - terraformls.enable = true; omnisharp.enable = true; }; keymaps = {