From 6715f915f3d5b959756f9184d95eeee3e5e05040 Mon Sep 17 00:00:00 2001 From: wn Date: Sun, 5 May 2024 23:39:31 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8741c34..5dbf82d 100644 --- a/README.md +++ b/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 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. ## 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