diff options
author | listout <listout@protonmail.com> | 2021-08-11 19:17:15 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-11 19:17:15 +0530 |
commit | e5108a09798a54beb72f1246bdac7a080c1e1a34 (patch) | |
tree | eda6250790df2fe43552f9cda8c76dd44a8505bd /coc-settings.json | |
parent | 72b24af6da14fa2217afb84685b997a0097d71ea (diff) |
removed ccls language server
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 27 |
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 - } - } - } } } |