How to let it work if I use 'gmarik/vundle'
javyliu opened this issue · 2 comments
javyliu commented
when i set rtp in .vimrc like following,
set rtp+=~/angular_snippets/snippets/html/*.snippets
but it doesn't work!
How can I set it? tks.
matthewsimo commented
Hi @javyliu - I'm sorry but I use pathogen for my vim bundle management. However, from a brief glance at the vundle readme, it looks as if set rtp should point to the location of Vundle.vim and then you load plugins with Plugin '...' syntax. https://github.com/gmarik/Vundle.vim
javyliu commented
@matthewsimo Thanks a lot ,I'll try it!