From b2da05f4e3072f24c52eb14376c1f32cb19e6932 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 25 Aug 2022 01:15:39 +0530 Subject: remove old configs Signed-off-by: listout --- coc-settings.json | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 coc-settings.json (limited to 'coc-settings.json') 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" - ] - } -} -- cgit v1.2.3