Start vim without vimrc


To start vim without initializing vimrc:

vim -u NONE

To start vim with a different vimrc other than the default (~/.vimrc):

vim -u path/to/vimrc


Please support this site and join our Discord!