简体   繁体   中英

Run vim without loading .vimrc but loading plugins

I'm running gvim -u NONE to open gvim without using .vimrc , but in the same time I would like to be able to call the commands from the plugins inside the plugin/ folder.

I tried it running :filetype plugin on but it doesn't work..

Any idea how to do that?

Use -u NORC instead of -u NONE . See :help --noplugin .

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