commit 15fe88e057a2e533d9848c6b2fc9541ddfa5f55a parent 8d505d1c741fcf1995adea58480f0b54bcd32bcb Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 13 Nov 2018 20:24:28 +0100 Table plugin made obsolete by vimwiki Diffstat:
M | vim/plugins.vimrc | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -39,13 +39,11 @@ Plug 'arithran/vim-delete-hidden-buffers' Plug 'godlygeek/tabular' Plug 'plasticboy/vim-markdown' -" Easy table making -Plug 'dhruvasagar/vim-table-mode' " Personal wiki Plug 'vimwiki/vimwiki' -" Better syntax highlighting -"Plug 'sheerun/vim-polyglot' +" Easy table making (unnecessary because vimwiki has this built in) +" Plug 'dhruvasagar/vim-table-mode' call plug#end()