Add LSP for terraform.

This commit is contained in:
Bartek Stalewski 2022-08-05 23:48:32 +02:00
parent b594ce409c
commit 061ba18e0f

10
nvim/coc-settings.json Normal file
View File

@ -0,0 +1,10 @@
{
"languageserver": {
"terraform": {
"command": "terraform-ls",
"args": ["serve"],
"filetypes": ["terraform", "tf"],
"initializationOptions": {}
}
}
}