Update README.md and vimrc
This commit is contained in:
parent
0f59acb533
commit
63f5c74150
@ -9,3 +9,12 @@ This is wuniu's vim settings. This file describes wuniu's editing experience.
|
|||||||
1. packs under `pack/plugin/start/` and etc.
|
1. packs under `pack/plugin/start/` and etc.
|
||||||
1. plugins under `after/plugins/` 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! :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.
|
||||||
|
|||||||
4
vimrc
4
vimrc
@ -8,10 +8,6 @@ elseif has('unix')
|
|||||||
let g:CONFIGPATH = $HOME . '/.vim'
|
let g:CONFIGPATH = $HOME . '/.vim'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" ale
|
|
||||||
" packadd! ale
|
|
||||||
" ale
|
|
||||||
|
|
||||||
filetype plugin indent on " Load plugins according to detected filetype.
|
filetype plugin indent on " Load plugins according to detected filetype.
|
||||||
syntax on " Enable syntax highlighting.
|
syntax on " Enable syntax highlighting.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user