I'm using pathogen with vim.
When I add a new plugin to the ~/.vim/bundle directory what's the fastest way to make my existing MacVim window start using it? Do I have to close it and open a new one or is there a quick command I can run?
I'm using pathogen with vim.
When I add a new plugin to the ~/.vim/bundle directory what's the fastest way to make my existing MacVim window start using it? Do I have to close it and open a new one or is there a quick command I can run?
You can use vim-addon-manager instead of pathogen. It uses bundle-like directory too, but when you call
ActivateAddons snipMate
if snipmate was not installed, VAM will install it and then source so that you don’t need to restart. You will have to add some call to vam#ActivateAddons()
with 'snipMate'
in arguments to the vimrc though.