Add LSP for terraform.
This commit is contained in:
parent
b594ce409c
commit
061ba18e0f
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…
Reference in New Issue
Block a user