From 8833b15255fae9c5cdd2ce05b2a5c15bfaad6dc0 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 5 Feb 2021 15:43:47 -0500 Subject: update coc-config lspkind and remove coc-bookmark --- coc-settings.json | 12 ++++++------ plug-config/coc/coc-extensions.vim | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/coc-settings.json b/coc-settings.json index a58469f2..c12b4d8e 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -6,7 +6,7 @@ "text": "t", "method": "m", "function": "", - "constructor": "'", + "constructor": "", "field": "f", "variable": "", "class": "", @@ -16,15 +16,15 @@ "unit": "", "value": "", "enum": "了", - "keyword": "'", + "keyword": "", "snippet": "﬌", - "color": "'", - "file": "'", + "color": "", + "file": "", "reference": "ref", "folder": "'", - "enumMember": "'", + "enumMember": "", "constant": "'", - "struct": "'", + "struct": "", "event": "event", "operator": "op", "typeParameter": "tp" diff --git a/plug-config/coc/coc-extensions.vim b/plug-config/coc/coc-extensions.vim index d44e316e..7066163e 100644 --- a/plug-config/coc/coc-extensions.vim +++ b/plug-config/coc/coc-extensions.vim @@ -16,7 +16,6 @@ let g:coc_global_extensions = [ \ 'coc-cssmodules', \ 'coc-stylelintplus', \ 'coc-emoji', - \ 'coc-bookmark', \ 'coc-yaml', \ 'coc-pyright', \ 'coc-explorer', @@ -30,4 +29,5 @@ let g:coc_global_extensions = [ \ ] " \ 'coc-tabnine', " \ 'coc-highlight', + " \ 'coc-bookmark', -- cgit v1.2.3