diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/coc-settings.json b/coc-settings.json index 9be1360..6cbca54 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -13,7 +13,6 @@ "markdown", "markdown.pandoc" ], - "clangd.semanticHighlighting": true, "coc.preferences.formatOnSaveFiletypes": [ "java", "c", @@ -28,10 +27,6 @@ "diagnostic.enableSign": false, "diagnostic.refreshOnInsertMode": true, "diagnostic.messageTarget": "float", - "python.formatting.autopep8Args": [ - "--aggressive", - "--aggressive" - ], "signature.target": "echo", "session.directory": "~/.config/nvim/sessions", "session.saveOnVimLeave": false, @@ -54,32 +49,5 @@ "markdown.pandoc": [ "tex" ] - }, - "languageserver": { - "ccls": { - "command": "ccls", - "filetypes": [ - "c", - "cc", - "cpp", - "c++", - "objc", - "objcpp" - ], - "rootPatterns": [ - ".ccls", - "compile_commands.json", - ".git/", - ".hg/" - ], - "initializationOptions": { - "cache": { - "directory": "/tmp/ccls" - }, - "highlight": { - "lsRanges": true - } - } - } } } |