diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-05 08:39:45 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-05 08:39:45 +0800 |
| commit | 154e6dbe5faaf213fb9ed48ac262ad100cc5bc51 (patch) | |
| tree | 701d8baa1435175051fe149d6b4f34118c89320b /vimrc | |
| parent | 878acfab476ea180acd3a57791ecaad56b7303b2 (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -43,10 +43,5 @@ Plug 'mileszs/ack.vim' | |||
| 43 | Plug 'tpope/vim-surround' | 43 | Plug 'tpope/vim-surround' |
| 44 | Plug 'lifepillar/pgsql.vim' | 44 | Plug 'lifepillar/pgsql.vim' |
| 45 | 45 | ||
| 46 | " Install vim-maktaba plugin for plugin developers - used in foldcol | ||
| 47 | Plug 'google/vim-maktaba' | ||
| 48 | " Install foldcol - folding columns using <ctrl-v> visual mark, then :VFoldCol | ||
| 49 | " Plug 'paulhybryant/foldcol' | ||
| 50 | |||
| 51 | " Initialize plugin system | 46 | " Initialize plugin system |
| 52 | call plug#end() | 47 | call plug#end() |