简体   繁体   中英

Vim won't load plugins when I change the runtimepath

Basically I want to move everything from ~/.vim into a separate folder, let's say ~/vim_config.

I added this setup my ~/.gvimrc

set runtimepath^=~/vim_config

If I do a :set rtp the ~/vim_config folder is at the top of the list.

But no plugins are loaded. Colorschemes are loaded though.

也许这不是您想要的解决方案,但是您可以创建一个符号链接。

ln -s ~/vim_config ~/.vim

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM