1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Add vim-repeat plugin

This commit is contained in:
Valentin Brandl 2017-02-17 16:01:29 +01:00
parent aac55a02b0
commit 9ab22cce15
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -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