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
let NERDTreeIgnore=['__pycache__']
" snipmate
" Silence deprecation warning
let g:snipMate = { 'snippet_version' : 1 }
" show description in snipmate's tab completion
let g:snipMate.description_in_completion = 1
let g:ackprg = 'rg --vimgrep --no-heading'
" ultisnips
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
let g:UltiSnipsEditSplit="vertical"
"" Fzf

View File

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