diff options
author | typebrook <typebrook@gmail.com> | 2018-11-21 11:39:49 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-11-21 11:39:49 +0800 |
commit | ec58f4b21800bb1558a704db4311e13695d98c5a (patch) | |
tree | abb154fbb2633de53eb9efaa5f01e24b98780621 | |
parent | b9687c49c1b104536bc78a575ff3bd0b566b88d8 (diff) |
update
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ call plug#begin('~/.vim/plugged') | |||
31 | 31 | ||
32 | " Add indent line | 32 | " Add indent line |
33 | Plug 'Yggdroot/indentLine' | 33 | Plug 'Yggdroot/indentLine' |
34 | Plug 'mileszs/ack.vim' | ||
34 | 35 | ||
35 | " Initialize plugin system | 36 | " Initialize plugin system |
36 | call plug#end() | 37 | call plug#end() |