lsp: configure filetypes for tfls

This commit is contained in:
2024-08-15 14:22:47 +03:00
parent 4053addac9
commit a33c92ce5b

View File

@@ -147,6 +147,9 @@ return {
} }
} }
} }
lspconfig.terraformls.setup {
filetypes = { 'terraform', 'terraform-vars', 'tf' }
}
end end
} }