diff options
| author | listout <listout@protonmail.com> | 2022-08-24 19:45:39 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-09-01 10:56:42 +0000 |
| commit | b2da05f4e3072f24c52eb14376c1f32cb19e6932 (patch) | |
| tree | 18a9c0388d8d1a7e9af1f21d7c55ef1e13f7d019 /coc-settings.json | |
| parent | dd31843246ccdf9783f1b54d79b5e1ee22596399 (diff) | |
| download | nvim-b2da05f4e3072f24c52eb14376c1f32cb19e6932.tar.gz | |
remove old configs
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '')
| -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" - ] - } -} |
