commit 7cf08fc70528e2736f002943870939994ea17ace parent 45b4edb9d8530ae57c86d9039d91f9d0acc1ad6d Author: Alex Balgavy <a.balgavy@gmail.com> Date: Wed, 24 Oct 2018 12:57:34 +0200 Vim plugin for ez tables Diffstat:
M | vim/plugins.vimrc | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -39,4 +39,7 @@ Plug 'arithran/vim-delete-hidden-buffers' Plug 'godlygeek/tabular' Plug 'plasticboy/vim-markdown' +" Easy table making +Plug 'dhruvasagar/vim-table-mode' + call plug#end()