vimfiles
This is wuniu's vim settings. This file describes wuniu's editing experience.
Load Sequence
- vimrc and scripts are triggered by vimrc
- plugins under
plugins/and scripts triggered by them - packs under
pack/plugin/start/and etc. - plugins under
after/plugins/and etc.
Generate Doc
After installing / adding a new pack with doc/ inside. Generate doc tags
using packloadall | silent! :helptag ALL, which will regenerate all tags of docs.
Reloading vimrc File
After editing vimrc file, one can execute it by :so $MYVIMRC. But this will
only execute it but won't reload vim instance itself.
Description
Languages
Vim Script
100%