Search code examples
vimsnipmatepathogen

SnipMate with Pathogen


I've just installed pathogen on my ~/.vim and add the new command to run the bundles

:call pathogen#infect() 

I've already add to my ~/.vim/bundle folder vim-surround and NERDtree and everything works great. Nevertheless, when I tried to add garbas SnipMate it didn't work. Could someone help with this issue? Thanks


Solution

  • I don't now why but when I remove the option

    set paste 
    

    from my .vimrc the snipmate pluging start work perfectly.