removing unused config

This commit is contained in:
w34164
2025-07-17 14:15:48 +02:00
parent 93f5c4eeee
commit 72cfef9698

View File

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