Add terraform-ls to coc-settings.json

This commit is contained in:
Dave Gallant
2020-08-27 14:27:53 -04:00
parent 5f15617795
commit 70379f6424

View File

@@ -13,7 +13,10 @@
] ]
}, },
"terraform": { "terraform": {
"command": "terraform-lsp", "command": "terraform-ls",
"args": [
"serve"
],
"filetypes": [ "filetypes": [
"terraform", "terraform",
"tf" "tf"