diff options
author | typebrook <typebrook@gmail.com> | 2019-03-05 08:38:33 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-05 08:38:33 +0800 |
commit | 878acfab476ea180acd3a57791ecaad56b7303b2 (patch) | |
tree | 78b6328150fbfe3a22ade9e4b3f785037f6a4621 /vimrc | |
parent | 1e70a5998c2362c3880bdc8552f4ef711792d9a8 (diff) |
update
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,9 +10,11 @@ set nosol | |||
10 | set ss=1 | 10 | set ss=1 |
11 | set siso=999 | 11 | set siso=999 |
12 | "set clipboard=unnamedplus | 12 | "set clipboard=unnamedplus |
13 | let g:vim_markdown_conceal = 0 | ||
13 | 14 | ||
14 | nmap <c-c> :q<cr> | 15 | nmap <c-c> :q<cr> |
15 | nnoremap <leader>r :.w !bash<cr> | 16 | nnoremap <leader>r :.w !bash<cr> |
17 | nnoremap <leader>tt :TableFormat<cr> | ||
16 | 18 | ||
17 | 19 | ||
18 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 20 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
@@ -40,7 +42,11 @@ Plug 'Yggdroot/indentLine' | |||
40 | Plug 'mileszs/ack.vim' | 42 | Plug 'mileszs/ack.vim' |
41 | Plug 'tpope/vim-surround' | 43 | Plug 'tpope/vim-surround' |
42 | Plug 'lifepillar/pgsql.vim' | 44 | Plug 'lifepillar/pgsql.vim' |
43 | Plug 'dhruvasagar/vim-table-mode' | 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' | ||
44 | 50 | ||
45 | " Initialize plugin system | 51 | " Initialize plugin system |
46 | call plug#end() | 52 | call plug#end() |