开发者

Organising vim plugins into separate directories

开发者 https://www.devze.com 2022-12-09 07:11 出处:网络
Is it possible to place each of 开发者_Go百科my vim plugins in a separate directory within my ~/.vim directory?

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

精彩评论

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