diff options
| author | typebrook <typebrook@gmail.com> | 2018-11-26 11:21:33 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-11-26 11:21:33 +0800 |
| commit | 66366c2c7619f16b7207ed4c107160907505901d (patch) | |
| tree | bdcf4ef34128a62c63d872af7538aca7d3b91405 /.vimrc | |
| parent | ec58f4b21800bb1558a704db4311e13695d98c5a (diff) | |
update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -32,6 +32,8 @@ call plug#begin('~/.vim/plugged') | |||
| 32 | " Add indent line | 32 | " Add indent line |
| 33 | Plug 'Yggdroot/indentLine' | 33 | Plug 'Yggdroot/indentLine' |
| 34 | Plug 'mileszs/ack.vim' | 34 | Plug 'mileszs/ack.vim' |
| 35 | Plug 'tpope/vim-surround' | ||
| 36 | Plug 'lifepillar/pgsql.vim' | ||
| 35 | 37 | ||
| 36 | " Initialize plugin system | 38 | " Initialize plugin system |
| 37 | call plug#end() | 39 | call plug#end() |