Files
nix-config/.vim/coc-settings.json
Dave Gallant cec4966e44 Initial commit
2020-05-06 13:12:24 -04:00

27 lines
532 B
JSON

{
"languageserver": {
"golang": {
"command": "gopls",
"filetypes": [
"go"
],
"rootPatterns": [
"go.mod",
".vim/",
".git/",
".hg/"
]
},
"terraform": {
"command": "terraform-lsp",
"filetypes": [
"tf"
],
"rootPatterns": [
".vim/",
".git/"
]
}
}
}