Merge pull request #276 from meonkeys/patch-1

README: adapt to Vundle interface change
This commit is contained in:
Holger Rapp 2014-04-16 08:54:46 +02:00
commit 1e6928d0a1

View File

@ -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>"