diff options
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, |