diff options
| author | Chris <[email protected]> | 2021-02-05 15:43:47 -0500 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-02-05 15:43:47 -0500 | 
| commit | 8833b15255fae9c5cdd2ce05b2a5c15bfaad6dc0 (patch) | |
| tree | 914373de8d2ed0c11c08614036d4a37ba277a832 | |
| parent | c83b48a1c077042e1deb824f0b0616f6187a3a04 (diff) | |
update coc-config lspkind and remove coc-bookmark
| -rw-r--r-- | coc-settings.json | 12 | ||||
| -rw-r--r-- | 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', | 
