outcommenting terraform ls since it works better this way for some reason. I will need to look into

This commit is contained in:
tobias 2025-05-02 14:29:49 +02:00
parent a7c3dcf6c3
commit 260f35039d

View File

@ -71,15 +71,15 @@ return {
}) })
end, end,
["terraformls"] = function () -- ["terraformls"] = function ()
local lspconfig = require("lspconfig") -- local lspconfig = require("lspconfig")
lspconfig["terraformls"].setup({ -- lspconfig["terraformls"].setup({
cmd = {"terraform-ls", "server"}, -- cmd = {"terraform-ls", "server"},
filetypes = { 'terraform', 'terraform-vars', 'tf', 'hcl' }, -- filetypes = { 'tf', 'hcl' },
root_dir = lspconfig.util.root_pattern("Documents"), -- root_dir = lspconfig.util.root_pattern("Documents"),
single_file_support = false, -- single_file_support = false,
}) -- })
end, -- end,
["bashls"] = function () ["bashls"] = function ()
local lspconfig = require("lspconfig") local lspconfig = require("lspconfig")