Delete coc-settings.json

This commit is contained in:
Dave Gallant
2021-01-20 00:21:00 -05:00
committed by GitHub
parent dc37526b08
commit 36ea63939a

View File

@@ -1,34 +0,0 @@
{
"languageserver": {
"golang": {
"command": "gopls",
"filetypes": [
"go"
],
"rootPatterns": [
"go.mod",
".vim/",
".git/",
".hg/"
]
},
"terraform": {
"command": "terraform-ls",
"args": [
"serve"
],
"filetypes": [
"terraform",
"tf"
],
"initializationOptions": {},
"settings": {}
},
"nix": {
"command": "rnix-lsp",
"filetypes": [
"nix"
]
}
}
}