commit 7aaf3580ccde1ae1f2011359da7ad3269d6f3665
parent 54162bd0c0ec2705b98bce8a5ed8f0552a817d0e
Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 24 Oct 2017 14:55:54 -0700
add vim-repeat
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim
@@ -33,6 +33,7 @@ Plug 'christoomey/vim-tmux-navigator'
"""""" Text editing """"""
Plug 'tpope/vim-surround'
Plug 'tpope/vim-speeddating' " increment dates and times with C-a and C-x
+Plug 'tpope/vim-repeat.git' " repeat plugin bindings with .
Plug 'junegunn/vim-easy-align' " align in columns (select > return > space)
Plug 'reedes/vim-pencil'
Plug 'reedes/vim-litecorrect'