Vim: add plugin for Markdown tables

This commit is contained in:
2022-03-22 23:00:41 -07:00
parent 26e4abaf04
commit 70111d9b37

View File

@@ -1,6 +1,7 @@
" vim-plug " vim-plug
call plug#begin() call plug#begin()
Plug 'chriskempson/base16-vim' Plug 'chriskempson/base16-vim'
Plug 'dhruvasagar/vim-table-mode'
call plug#end() call plug#end()
colorscheme base16-default-dark colorscheme base16-default-dark