12 lines
300 B
Markdown
12 lines
300 B
Markdown
# vimfiles
|
|
|
|
This is wuniu's vim settings. This file describes wuniu's editing experience.
|
|
|
|
## Load Sequence
|
|
|
|
1. vimrc and scripts are triggered by vimrc
|
|
1. plugins under `plugins/` and scripts triggered by them
|
|
1. packs under `pack/plugin/start/` and etc.
|
|
1. plugins under `after/plugins/` and etc.
|
|
|