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", "text": "t",
"method": "m", "method": "m",
"function": "", "function": "",
"constructor": "'", "constructor": "",
"field": "f", "field": "f",
"variable": "", "variable": "",
"class": "", "class": "",
@ -16,15 +16,15 @@
"unit": "", "unit": "",
"value": "", "value": "",
"enum": "了", "enum": "了",
"keyword": "'", "keyword": "",
"snippet": "﬌", "snippet": "﬌",
"color": "'", "color": "",
"file": "'", "file": "",
"reference": "ref", "reference": "ref",
"folder": "'", "folder": "'",
"enumMember": "'", "enumMember": "",
"constant": "'", "constant": "'",
"struct": "'", "struct": "",
"event": "event", "event": "event",
"operator": "op", "operator": "op",
"typeParameter": "tp" "typeParameter": "tp"

View file

@ -16,7 +16,6 @@ let g:coc_global_extensions = [
\ 'coc-cssmodules', \ 'coc-cssmodules',
\ 'coc-stylelintplus', \ 'coc-stylelintplus',
\ 'coc-emoji', \ 'coc-emoji',
\ 'coc-bookmark',
\ 'coc-yaml', \ 'coc-yaml',
\ 'coc-pyright', \ 'coc-pyright',
\ 'coc-explorer', \ 'coc-explorer',
@ -30,4 +29,5 @@ let g:coc_global_extensions = [
\ ] \ ]
" \ 'coc-tabnine', " \ 'coc-tabnine',
" \ 'coc-highlight', " \ 'coc-highlight',
" \ 'coc-bookmark',