update coc-config lspkind and remove coc-bookmark

This commit is contained in:
Chris 2021-02-05 15:43:47 -05:00
parent c83b48a1c0
commit 8833b15255
2 changed files with 7 additions and 7 deletions

View file

@ -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"

View file

@ -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',