Drop UltiSnips and move to coc-snippets

Also change the completion confirm mapping to <TAB> and make the
priority of snippets higher.
This commit is contained in:
2023-01-25 00:39:26 +00:00
parent 226765f88a
commit 24de16b587
4 changed files with 12 additions and 11 deletions

2
vimrc
View File

@@ -59,7 +59,7 @@ let g:coc_global_extensions = [
\ 'coc-json',
\ 'coc-marketplace',
\ 'coc-pyright',
\ 'coc-ultisnips',
\ 'coc-snippets',
\ 'coc-vimlsp',
\ 'coc-yaml',
\]