1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-07-03 01:34:32 +02:00

Add vim-repeat plugin

This commit is contained in:
Valentin Brandl
2017-02-17 16:01:29 +01:00
parent aac55a02b0
commit 9ab22cce15

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