aboutsummaryrefslogtreecommitdiffhomepage
path: root/vimrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-05 12:00:34 +0800
committertypebrook <typebrook@gmail.com>2019-03-05 12:00:34 +0800
commitcc8db5b944d7c28a01415a6339ae33a7771b328a (patch)
treea77da3fd94cf9e3c81e230362fd800b598287ca0 /vimrc
parentc471b5238cc181143805b25dcb133da2a95acaac (diff)
parent154e6dbe5faaf213fb9ed48ac262ad100cc5bc51 (diff)
Merge branch 'master' of github.com:typebrook/settings
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 63282b4..75618cb 100644
--- a/vimrc
+++ b/vimrc
@@ -10,9 +10,11 @@ set nosol
10set ss=1 10set ss=1
11set siso=999 11set siso=999
12"set clipboard=unnamedplus 12"set clipboard=unnamedplus
13let g:vim_markdown_conceal = 0
13 14
14nmap <c-c> :q<cr> 15nmap <c-c> :q<cr>
15nnoremap <leader>r :.w !bash<cr> 16nnoremap <leader>r :.w !bash<cr>
17nnoremap <leader>tt :TableFormat<cr>
16 18
17 19
18""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 20"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -40,7 +42,6 @@ Plug 'Yggdroot/indentLine'
40Plug 'mileszs/ack.vim' 42Plug 'mileszs/ack.vim'
41Plug 'tpope/vim-surround' 43Plug 'tpope/vim-surround'
42Plug 'lifepillar/pgsql.vim' 44Plug 'lifepillar/pgsql.vim'
43Plug 'dhruvasagar/vim-table-mode'
44 45
45" Initialize plugin system 46" Initialize plugin system
46call plug#end() 47call plug#end()