diff --git a/editors/vim/plugins.vim b/editors/vim/plugins.vim index 752c553..ca13dd4 100644 --- a/editors/vim/plugins.vim +++ b/editors/vim/plugins.vim @@ -16,6 +16,7 @@ Plugin 'w0rp/ale' " syntax checking Plugin 'ervandew/supertab' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-surround' +Plugin 'tpope/vim-repeat' " make plugin commands repeatable Plugin 'vim-scripts/ReplaceWithRegister' Plugin 'mattn/vim-maketable' " create tables from selection Plugin 'dhruvasagar/vim-table-mode' " handle tables