diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 10:44:25 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 10:44:25 +0100 |
commit | a95f1bf8dc4f243363d7fed897c61f21ef183ee3 (patch) | |
tree | f692b364a2f85913399a33412b8ac9fd257621b3 | |
parent | fbc8f626587464a14d41cec2358ade70d2d4ef4e (diff) |
added tabularize plugin
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'tpope/vim-commentary' +Plug 'godlygeek/tabular' Plug 'davidhalter/jedi' Plug 'tpope/vim-dispatch' Plug 'tpope/vim-fugitive' |