diff options
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() |