fzf bindings and terraform lsp
This commit is contained in:
9
files/.config/nvim/coc-settings.json
Normal file
9
files/.config/nvim/coc-settings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"languageserver": {
|
||||
"terraform": {
|
||||
"command": "terraform-lsp",
|
||||
"filetypes": ["tf", "terraform"],
|
||||
"initializationOptions": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user