aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
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 "