summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-31 08:05:04 -0500
committerSeth Flynn <[email protected]>2025-01-31 08:05:04 -0500
commitb2cd85aeee8b04b252a9899929632faad7219da0 (patch)
treed6ba3d0a8222bdbfb73c490e9fd8bb7a914d0c4a
parent20d1328d6f1390ffcd53803f0d56136e1937f9cb (diff)
lsp: add terraform-ls
-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",
},