Is it possible to place each of my vim plugins in a separate directory within my ~/.vim
directory?
Unpacking everything into the same place seems kind of messy.
Is it possible to place each of my vim plugins in a separate directory within my ~/.vim
directory?
Unpacking everything into the same place seems kind of messy.
See
help vimfiles
Plugins usually go into
.../vimfiles/plugins
directory, but if you put them in subdirectories of plugins there will be no problem. Vim will load them all.
You want pathogen.vim. You can find it at http://www.vim.org/scripts/script.php?script_id=2332 or http://github.com/tpope/vim-pathogen