Delete CoC settings from non-CoC branch.

This commit is contained in:
Danila Fedorin 2019-06-20 20:57:22 -07:00
parent 3727a28e26
commit 20f8e92ab4
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
{
"languageserver": {
"clangd": {
"command": "clangd",
"filetypes": ["c", "cpp"],
"rootPatterns": ["compile_flags.txt", "compile_commands.json" ]
},
"haskell": {
"command": "hie-wrapper",
"filetypes": ["haskell"],
"rootPatterns": [".stack.yaml", "cabal.config", "package.yaml"]
},
"scry": {
"command": "scry",
"filetypes": ["crystal"],
"rootPatterns": ["shard.yml"]
}
}
}