Add terraform lsp

This commit is contained in:
Maximilian Friedersdorff 2025-12-11 14:59:13 +00:00
parent 9648c0f019
commit 8ac23a2edd
2 changed files with 9 additions and 7 deletions

View file

@ -34,6 +34,7 @@ return {
'impl',
'fortls',
'arduino-language-server',
'terraform-ls',
},
},
},
@ -222,6 +223,7 @@ return {
vim.lsp.enable 'fortls'
vim.lsp.enable 'arduino_language_server'
vim.lsp.enable 'terraformls'
end,
}