Add LSP for terraform.
This commit is contained in:
parent
b594ce409c
commit
061ba18e0f
1 changed files with 10 additions and 0 deletions
10
nvim/coc-settings.json
Normal file
10
nvim/coc-settings.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"languageserver": {
|
||||||
|
"terraform": {
|
||||||
|
"command": "terraform-ls",
|
||||||
|
"args": ["serve"],
|
||||||
|
"filetypes": ["terraform", "tf"],
|
||||||
|
"initializationOptions": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue