diff options
| author | typebrook <typebrook@gmail.com> | 2018-11-21 09:45:04 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-11-21 09:45:04 +0800 |
| commit | 4969db177b875dc323afad1618a63f16bbeaaef2 (patch) | |
| tree | 79a472a387fd17f53a480f0281012d9b6652aaa7 | |
| parent | 6507f17c29242eb8ec9ea6637ba744f997613343 (diff) | |
update
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -25,10 +25,13 @@ set timeout ttimeoutlen=50 | |||
| 25 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 25 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 26 | " => vim-plug | 26 | " => vim-plug |
| 27 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 27 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 28 | " run :PlugInstall to install plugins | ||
| 29 | |||
| 28 | call plug#begin('~/.vim/plugged') | 30 | call plug#begin('~/.vim/plugged') |
| 29 | 31 | ||
| 30 | " Add indent line | 32 | " Add indent line |
| 31 | Plug 'Yggdroot/indentLine' | 33 | Plug 'Yggdroot/indentLine' |
| 34 | Plug 'rking/ag.vim' | ||
| 32 | 35 | ||
| 33 | " Initialize plugin system | 36 | " Initialize plugin system |
| 34 | call plug#end() | 37 | call plug#end() |