summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/getchoo/plugins/lsp.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/getchoo/plugins/lsp.lua b/lua/getchoo/plugins/lsp.lua
index f62d839..c0d5709 100644
--- a/lua/getchoo/plugins/lsp.lua
+++ b/lua/getchoo/plugins/lsp.lua
@@ -99,6 +99,10 @@ local lsp_servers = {
},
},
+ terraformls = {
+ binary = "terraform-ls",
+ },
+
ts_ls = {
binary = "typescript-language-server",
},