https://github.com/samwhelp/tool-ivim
tool-ivim
https://github.com/samwhelp/tool-ivim
ivim nvim nvimrc vim vimrc
Last synced: about 2 months ago
JSON representation
tool-ivim
- Host: GitHub
- URL: https://github.com/samwhelp/tool-ivim
- Owner: samwhelp
- License: mit
- Created: 2019-04-12T14:41:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T04:51:54.000Z (over 4 years ago)
- Last Synced: 2025-02-08T20:12:26.857Z (over 1 year ago)
- Topics: ivim, nvim, nvimrc, vim, vimrc
- Language: Vim script
- Homepage: https://samwhelp.github.io/tool-ivim-doc/
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tool-ivim
* [tool-ivim](https://github.com/samwhelp/tool-ivim) ([GitHub](https://github.com/samwhelp/tool-ivim))
## Installer
* [vimrc-get](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/project/vimrc-profile/vimrc-get)
``` sh
$ vimrc-get ivim
```
## Doc
* [tool-ivim-doc](https://samwhelp.github.io/tool-ivim-doc) ([GitHub](https://github.com/samwhelp/tool-ivim-doc))
* note-about-vim / [ivim](https://samwhelp.github.io/note-about-vim/read/project/ivim.html)
## Keybind
* [en_us](https://samwhelp.github.io/tool-ivim-doc/read/en_us/feature/keybind.html)
* [zh_tw](https://samwhelp.github.io/tool-ivim-doc/read/zh_tw/feature/keybind.html)
## Plugin
* [en_us](https://samwhelp.github.io/tool-ivim-doc/read/en_us/feature/plugin.html)
* [zh_tw](https://samwhelp.github.io/tool-ivim-doc/read/zh_tw/feature/plugin.html)
## Prototype Projects
* [ivim](https://github.com/samwhelp/note-about-vim/tree/gh-pages/_demo/prototype/ivim)
* skel-project-plan/example/[project-vimrc](https://github.com/samwhelp/skel-project-plan/tree/gh-pages/example/project-vimrc)
## Related Projects
* [tool-svim](https://github.com/samwhelp/tool-svim)
* [tool-mvim](https://github.com/samwhelp/tool-mvim)
* [tool-lvim](https://github.com/samwhelp/tool-lvim)
* [tool-hvim](https://github.com/samwhelp/tool-hvim)
## Clone Command
``` sh
git clone https://github.com/samwhelp/tool-ivim
git clone https://github.com/samwhelp/tool-ivim-doc
```
## Howto use
### Way 1
``` sh
rm ~/.vimrc
rm ~/.vim
```
``` sh
ln -sf "$(pwd)" "$HOME/.vim"
```
### Way 2
run
``` sh
$ vim -u ./vimrc
```
## Info
run
``` sh
$ vim -c ':scriptnames'
```
``` sh
$ vim -c ':set rtp?'
```
or
``` sh
$ vim -c ':set runtimepath?'
```
## verbose
``` sh
$ vim -c ':verbose hi'
```
``` sh
$ vim -c ':verbose hi NonText'
```
## startuptime
> run `vim -h`, you can find `--startuptime`
run
``` sh
$ vim --startuptime test.txt -u vimrc
```
then
``` sh
$ less test.txt
```