From d9e43c003ea1ae31b890e3b2b5039f32a138e5ca Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 31 Aug 2020 13:55:26 -0700 Subject: add vim-table-mode --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 goyo_leave() nnoremap w :execute "silent Goyo" +"table +let g:table_mode_corner = '|' +let g:table_mode_syntax = 0 + """""""""""""""""""""" " GENERAL SETTINGS " -- cgit v1.2.3