$ vimrc-get ivim
- tool-ivim-doc (GitHub)
- note-about-vim / ivim
- ivim
- skel-project-plan/example/project-vimrc
git clone https://github.com/samwhelp/tool-ivim
git clone https://github.com/samwhelp/tool-ivim-doc
rm ~/.vimrc
rm ~/.vim
ln -sf "$(pwd)" "$HOME/.vim"
run
$ vim -u ./vimrc
run
$ vim -c ':scriptnames'
$ vim -c ':set rtp?'
or
$ vim -c ':set runtimepath?'
$ vim -c ':verbose hi'
$ vim -c ':verbose hi NonText'
run
vim -h
, you can find--startuptime
run
$ vim --startuptime test.txt -u vimrc
then
$ less test.txt