aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-11-21 11:39:49 +0800
committertypebrook <typebrook@gmail.com>2018-11-21 11:39:49 +0800
commitec58f4b21800bb1558a704db4311e13695d98c5a (patch)
treeabb154fbb2633de53eb9efaa5f01e24b98780621
parentb9687c49c1b104536bc78a575ff3bd0b566b88d8 (diff)
update
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 8c634da..8663d87 100644
--- a/.vimrc
+++ b/.vimrc
@@ -31,6 +31,7 @@ call plug#begin('~/.vim/plugged')
31 31
32" Add indent line 32" Add indent line
33Plug 'Yggdroot/indentLine' 33Plug 'Yggdroot/indentLine'
34Plug 'mileszs/ack.vim'
34 35
35" Initialize plugin system 36" Initialize plugin system
36call plug#end() 37call plug#end()