Skip to content

samwhelp/tool-ivim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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