开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜