From 878acfab476ea180acd3a57791ecaad56b7303b2 Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 5 Mar 2019 08:38:33 +0800 Subject: update --- vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 63282b4..5e61f42 100644 --- a/vimrc +++ b/vimrc @@ -10,9 +10,11 @@ set nosol set ss=1 set siso=999 "set clipboard=unnamedplus +let g:vim_markdown_conceal = 0 nmap :q nnoremap r :.w !bash +nnoremap tt :TableFormat """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -40,7 +42,11 @@ Plug 'Yggdroot/indentLine' Plug 'mileszs/ack.vim' Plug 'tpope/vim-surround' Plug 'lifepillar/pgsql.vim' -Plug 'dhruvasagar/vim-table-mode' + +" Install vim-maktaba plugin for plugin developers - used in foldcol +Plug 'google/vim-maktaba' +" Install foldcol - folding columns using visual mark, then :VFoldCol +" Plug 'paulhybryant/foldcol' " Initialize plugin system call plug#end() -- cgit v1.2.3-70-g09d2