Support for terraform LSP.

This commit is contained in:
Bartek Stalewski 2024-11-03 18:18:35 +01:00
parent 6c30aee0c0
commit fb7802b115
No known key found for this signature in database
3 changed files with 22 additions and 22 deletions

View file

@ -25,7 +25,7 @@ M.ui = {
M.mason = {
cmd = true,
pkgs = { "lua-language-server" }
pkgs = { "lua-language-server", "terraform-ls", "tflint" }
}
return M