README: adapt to Vundle interface change
"Bundle" is now "Plugin" https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L345-L369
This commit is contained in:
parent
04ef0f8f5c
commit
2042ad476d
@ -29,10 +29,10 @@ This assumes you are using [Vundle](https://github.com/gmarik/Vundle.vim). Adapt
|
|||||||
for your plugin manager of choice. Put this into your `.vimrc`.
|
for your plugin manager of choice. Put this into your `.vimrc`.
|
||||||
|
|
||||||
" Track the engine.
|
" Track the engine.
|
||||||
Bundle 'SirVer/ultisnips'
|
Plugin 'SirVer/ultisnips'
|
||||||
|
|
||||||
" Snippets are separated from the engine. Add this if you want them:
|
" Snippets are separated from the engine. Add this if you want them:
|
||||||
Bundle 'honza/vim-snippets'
|
Plugin 'honza/vim-snippets'
|
||||||
|
|
||||||
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
||||||
let g:UltiSnipsExpandTrigger="<tab>"
|
let g:UltiSnipsExpandTrigger="<tab>"
|
||||||
|
Loading…
Reference in New Issue
Block a user