commit 3989c94433d348d774675c8d9375998b44adc491
parent 458411b90369d3373a3c48f40dc329f5bef19691
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Fri, 18 Jan 2019 01:01:53 +0100
Add repeat.vim plugin
Former-commit-id: 549d12882371da14d17dfa580d110c234f9cc7df
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc
@@ -52,7 +52,11 @@ Plug 'simnalamburt/vim-mundo'
" Quickfix window settings/mappings
Plug 'romainl/vim-qf'
+" Repeat everything with '.'
+Plug 'tpope/vim-repeat'
+
" Easy table making (unnecessary because vimwiki has this built in)
+" but leaving in case I need it sometime.
" Plug 'dhruvasagar/vim-table-mode'
call plug#end()