summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-14 10:44:25 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-14 10:44:25 +0100
commita95f1bf8dc4f243363d7fed897c61f21ef183ee3 (patch)
treef692b364a2f85913399a33412b8ac9fd257621b3
parentfbc8f626587464a14d41cec2358ade70d2d4ef4e (diff)
added tabularize plugin
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8a7be8f..e498398 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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'