mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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
|
"" 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user