Delete coc-settings.json

This commit is contained in:
Dave Gallant
2020-08-03 11:26:28 -04:00
committed by GitHub
parent cf1fdd079d
commit 051c269691

View File

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