/tool-ivim

tool-ivim

Primary LanguageVim ScriptMIT LicenseMIT

tool-ivim

Installer

$ vimrc-get ivim

Doc

Keybind

Plugin

Prototype Projects

Related Projects

Clone Command

git clone https://github.com/samwhelp/tool-ivim
git clone https://github.com/samwhelp/tool-ivim-doc

Howto use

Way 1

rm ~/.vimrc
rm ~/.vim
ln -sf "$(pwd)" "$HOME/.vim"

Way 2

run

$ vim -u ./vimrc

Info

run

$ vim -c ':scriptnames'
$ vim -c ':set rtp?'

or

$ vim -c ':set runtimepath?'

verbose

$ vim -c ':verbose hi'
$ vim -c ':verbose hi NonText'

startuptime

run vim -h, you can find --startuptime

run

$ vim --startuptime test.txt -u vimrc

then

$ less test.txt