summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-02-05 15:43:47 -0500
committerChris <[email protected]>2021-02-05 15:43:47 -0500
commit8833b15255fae9c5cdd2ce05b2a5c15bfaad6dc0 (patch)
tree914373de8d2ed0c11c08614036d4a37ba277a832
parentc83b48a1c077042e1deb824f0b0616f6187a3a04 (diff)
update coc-config lspkind and remove coc-bookmark
-rw-r--r--coc-settings.json12
-rw-r--r--plug-config/coc/coc-extensions.vim2
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',