diff options
-rw-r--r-- | .vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 " |