diff options
author | listout <listout@protonmail.com> | 2021-05-17 21:43:16 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-17 21:43:16 +0530 |
commit | 95beb744637b123f8ad061fcb152c37ed48303d0 (patch) | |
tree | 4accc8c22dedebc67d0e7d8df4e4b43a574a8013 /coc-settings.json | |
parent | d329aaf7ee3da08f41c8348fd9a64010660790ee (diff) |
removed ccls, moded to clangd
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/coc-settings.json b/coc-settings.json index 96eea99..94765c0 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -13,6 +13,7 @@ "latex", "tex" ], + "clangd.semanticHighlighting": true, "coc.preferences.formatOnSaveFiletypes": [ "java", "c", @@ -25,31 +26,6 @@ ], "diagnostic.refreshOnInsertMode": true, "diagnostic.messageTarget": "float", - "languageserver": { - "ccsl": { - "command": "/usr/bin/ccls", - "filetypes": [ - "c", - "cpp", - "objc", - "objcpp" - ], - "rootPatterns": [ - ".ccls", - "compile_commands.json", - ".git/", - ".hg" - ], - "initializationOptions": { - "cache": { - "directory": "/tmp/ccls" - }, - "highlight": { - "lsRanges": true - } - } - } - }, "signature.target": "echo", "session.directory": "~/.config/nvim/sessions", "session.saveOnVimLeave": false, |