matthewsimo/angular-vim-snippets

How to let it work if I use 'gmarik/vundle'

javyliu opened this issue · 2 comments

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.

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

@matthewsimo Thanks a lot ,I'll try it!