[UPDATE][VIM] Move plugin settings to directory
This commit is contained in:
parent
f7653311d5
commit
da54f2d130
7 changed files with 138 additions and 151 deletions
12
vim/.vim/plugin/settings/ultisnips.vim
Normal file
12
vim/.vim/plugin/settings/ultisnips.vim
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
" Insert mode trigger for expansion
|
||||
let g:UltiSnipsExpandTrigger="<Tab>"
|
||||
|
||||
" Jump forward and backwards in place-holder list with Ctrl-f and Ctrl-b
|
||||
let g:UltiSnipsJumpBackwardTrigger="<S-Tab>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<Tab>"
|
||||
|
||||
" Split the windowd vertically when callin :UltiSnipsEdits
|
||||
let g:UltiSnipsEditSplit="vertical"
|
||||
|
||||
" Store my personal snippets under ~/.vim/UltiSnips
|
||||
let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
|
||||
Loading…
Add table
Add a link
Reference in a new issue