2024-05-05 23:24:48 +08:00
2024-05-05 11:52:38 +08:00
2024-05-05 22:49:33 +08:00
2024-05-02 12:55:31 +08:00
2024-05-05 11:52:38 +08:00
2024-05-05 17:19:11 +08:00

vimfiles

This is wuniu's vim settings. This file describes wuniu's editing experience.

Load Sequence

  1. vimrc and scripts are triggered by vimrc
  2. plugins under plugins/ and scripts triggered by them
  3. packs under pack/plugin/start/ and etc.
  4. plugins under after/plugins/ and etc.

Generate Doc

After installing / adding a new pack with doc/ inside. Generate doc tags using packloadall | silent! helptags ALL, which will regenerate all tags of docs.

[link]

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
No description provided
Readme 88 KiB
Languages
Vim Script 100%