mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: update ultisnips config
This commit is contained in:
parent
41816d6821
commit
7e00071eda
|
@ -187,10 +187,9 @@ let NERDTreeIgnore=['__pycache__']
|
|||
|
||||
" ultisnips
|
||||
let g:UltiSnipsExpandTrigger="<tab>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<c-b>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
||||
let g:UltiSnipsEditSplit="vertical"
|
||||
|
||||
let g:UltiSnipsJumpForwardTrigger="<c-j>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<c-k>"
|
||||
let g:UltiSnipsEditSplit="context"
|
||||
|
||||
"" Fzf
|
||||
let g:fzf_layout = { 'down': '~40%' }"
|
||||
|
|
Loading…
Reference in New Issue
Block a user