Add vim replay plugin for easy macro replay

This commit is contained in:
Kenneth Benzie 2016-11-20 00:27:27 +00:00
parent ee1b482762
commit b0b66de642

2
vimrc
View File

@ -110,6 +110,8 @@ if !platform#is_windows()
Plug 'tmux-plugins/vim-tmux-focus-events'
endif
" replay macros with the enter key
Plug 'wincent/replay'
" auto-pairs - paired delimiters
Plug 'jiangmiao/auto-pairs'
" vim-matchit - Improved % matching