Update README.md
This commit is contained in:
parent
b644167d57
commit
6715f915f3
10
README.md
10
README.md
@ -1,21 +1,21 @@
|
|||||||
# vimfiles
|
# simvim
|
||||||
|
|
||||||
This is wuniu's vim settings. This file describes wuniu's editing experience.
|
This is wuniu's vim profiles which is simple and like to vim original
|
||||||
|
experience.
|
||||||
|
|
||||||
|
Note below describes some interesting tricks.
|
||||||
|
|
||||||
## Load Sequence
|
## Load Sequence
|
||||||
|
|
||||||
1. vimrc and scripts are triggered by vimrc
|
1. vimrc and scripts are triggered by vimrc
|
||||||
1. plugins under `plugins/` and scripts triggered by them
|
1. plugins under `plugins/` and scripts triggered by them
|
||||||
1. packs under `pack/plugin/start/` and etc.
|
1. packs under `pack/plugin/start/` and etc.
|
||||||
1. plugins under `after/plugins/` and etc.
|
|
||||||
|
|
||||||
## Generate Doc
|
## Generate Doc
|
||||||
|
|
||||||
After installing / adding a new pack with `doc/` inside. Generate doc tags
|
After installing / adding a new pack with `doc/` inside. Generate doc tags
|
||||||
using `packloadall | silent! helptags ALL`, which will regenerate all tags of docs.
|
using `packloadall | silent! helptags ALL`, which will regenerate all tags of docs.
|
||||||
|
|
||||||
[link]
|
|
||||||
|
|
||||||
## Reloading `vimrc` File
|
## Reloading `vimrc` File
|
||||||
|
|
||||||
After editing vimrc file, one can execute it by `:so $MYVIMRC`. But this will
|
After editing vimrc file, one can execute it by `:so $MYVIMRC`. But this will
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user