aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 0c84aea..9dd7894 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
28call plug#begin('~/.vim/plugged') 30call plug#begin('~/.vim/plugged')
29 31
30" Add indent line 32" Add indent line
31Plug 'Yggdroot/indentLine' 33Plug 'Yggdroot/indentLine'
34Plug 'rking/ag.vim'
32 35
33" Initialize plugin system 36" Initialize plugin system
34call plug#end() 37call plug#end()