aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2020-08-31 13:55:26 -0700
committerkatherine <ageha@airen-no-jikken.icu>2020-08-31 13:55:26 -0700
commitd9e43c003ea1ae31b890e3b2b5039f32a138e5ca (patch)
tree14c2b9fe350b4b86b66bd42d4bec83e73a6f3d89
parent248f7433a8fc56a131c0b6c512bd26296a758f39 (diff)
downloaddotfiles-d9e43c003ea1ae31b890e3b2b5039f32a138e5ca.tar.gz
add vim-table-mode
-rw-r--r--.vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 907ea72..a3bdd22 100644
--- a/.vimrc
+++ b/.vimrc
@@ -43,6 +43,8 @@ Plugin 'sjl/gundo.vim'
Plugin 'itchyny/lightline.vim'
+Plugin 'dhruvasagar/vim-table-mode'
+
Plugin 'tomtom/tcomment_vim'
Plugin 'SirVer/ultisnips'
@@ -137,6 +139,10 @@ autocmd! User GoyoLeave nested call <SID>goyo_leave()
nnoremap <Leader>w :execute "silent Goyo"<CR><C-l>
+"table
+let g:table_mode_corner = '|'
+let g:table_mode_syntax = 0
+
""""""""""""""""""""""
" GENERAL SETTINGS "