diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/coc-settings.json b/coc-settings.json deleted file mode 100644 index e1cc677..0000000 --- a/coc-settings.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "hover.target": "float", - "coc.preferences.currentFunctionSymbolAutoUpdate": true, - "coc.source.word.filetypes": [ - "latex", - "tex", - "markdown", - "markdown.pandoc", - "mail" - ], - "coc.source.dictionary.filetypes": [ - "latex", - "tex", - "markdown", - "markdown.pandoc", - "mail" - ], - "coc.preferences.formatOnSaveFiletypes": [ - "c", - "cpp", - "jsonc", - "json", - "python" - ], - "diagnostic.warningSign": "!!", - "diagnostic.enableSign": false, - "diagnostic.refreshOnInsertMode": true, - "diagnostic.messageTarget": "float", - "signature.target": "echo", - "session.directory": "~/.config/nvim/sessions", - "session.saveOnVimLeave": false, - "suggest.noselect": false, - "suggest.snippetIndicator": "►", - "suggest.autoTrigger": "always", - "suggest.acceptSuggestionOnCommitCharacter": true, - "snippets.extends": { - "cpp": [ - "c" - ], - "html": [ - "php" - ], - "php": [ - "html" - ], - "markdown.pandoc": [ - "tex" - ] - } -} |