1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 09:19:26 +00:00

[neovim] Add terraformls via Mason

This commit is contained in:
2023-01-14 13:01:27 +01:00
parent acae08976d
commit c6c1b756c4

View File

@ -6,6 +6,7 @@ local servers = {
"jsonls",
"pyright",
"sumneko_lua",
"terraformls",
"yamlls",
}