Organising vim plugins into separate directories
Is it possible to place each of 开发者_Go百科my vim plugins in a separate directory within my ~/.vim
directory?
Unpacking everything into the same place seems kind of messy.
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
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.
精彩评论