outcommenting terraform ls since it works better this way for some reason. I will need to look into
This commit is contained in:
parent
a7c3dcf6c3
commit
260f35039d
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user