LunarVim.LunarVim/ftplugin/tf.lua

6 lines
206 B
Lua
Raw Normal View History

2021-07-04 22:14:01 -03:00
require("lspconfig").terraformls.setup {
cmd = { DATA_PATH .. "/lspinstall/terraform/terraform-ls", "serve" },
on_attach = require("lsp").common_on_attach,
filetypes = { "tf", "terraform", "hcl" },
2021-04-03 18:04:27 +01:00
}