mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: replace snipmate with ultisnips
This commit is contained in:
parent
55ca57247d
commit
9b2328aad3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user