vim: replace snipmate with ultisnips

feature/improve-speed
bretello 2021-09-30 12:42:37 +02:00
parent 55ca57247d
commit 9b2328aad3
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 7 additions and 11 deletions

View File

@ -158,13 +158,11 @@ let g:gutentags_ctags_extra_args = ['--tag-relative=always', ]
"" nerdtree "" nerdtree
let NERDTreeIgnore=['__pycache__'] let NERDTreeIgnore=['__pycache__']
" snipmate " ultisnips
" Silence deprecation warning let g:UltiSnipsExpandTrigger="<tab>"
let g:snipMate = { 'snippet_version' : 1 } let g:UltiSnipsJumpForwardTrigger="<c-b>"
" show description in snipmate's tab completion let g:UltiSnipsJumpBackwardTrigger="<c-z>"
let g:snipMate.description_in_completion = 1 let g:UltiSnipsEditSplit="vertical"
let g:ackprg = 'rg --vimgrep --no-heading'
"" Fzf "" Fzf

View File

@ -43,10 +43,8 @@ Plug 'junegunn/fzf.vim'
" Open tags with fzf's :Tags " Open tags with fzf's :Tags
Plug 'https://github.com/ludovicchabant/vim-gutentags.git' Plug 'https://github.com/ludovicchabant/vim-gutentags.git'
" snipmate " snippets
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils' Plug 'https://github.com/SirVer/ultisnips'
Plug 'https://github.com/tomtom/tlib_vim'
Plug 'https://github.com/garbas/vim-snipmate'
Plug 'https://github.com/honza/vim-snippets' Plug 'https://github.com/honza/vim-snippets'
" Git gutter line " Git gutter line