summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coc-settings.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/coc-settings.json b/coc-settings.json
index 395d32c..64e5cd0 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -52,32 +52,5 @@
"markdown.pandoc": [
"tex"
]
- },
- "languageserver": {
- "ccls": {
- "command": "ccls",
- "filetypes": [
- "c",
- "cpp",
- "objc",
- "objcpp",
- "arduino"
- ],
- "rootPatterns": [
- ".ccls",
- "compile_commands.json",
- ".vim/",
- ".git/",
- ".hg/"
- ],
- "initializationOptions": {
- "cache": {
- "directory": "/tmp/ccls"
- },
- "highlight": {
- "lsRanges": true
- }
- }
- }
}
}