Add vim replay plugin for easy macro replay
This commit is contained in:
parent
ee1b482762
commit
b0b66de642
2
vimrc
2
vimrc
@ -110,6 +110,8 @@ if !platform#is_windows()
|
|||||||
Plug 'tmux-plugins/vim-tmux-focus-events'
|
Plug 'tmux-plugins/vim-tmux-focus-events'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" replay macros with the enter key
|
||||||
|
Plug 'wincent/replay'
|
||||||
" auto-pairs - paired delimiters
|
" auto-pairs - paired delimiters
|
||||||
Plug 'jiangmiao/auto-pairs'
|
Plug 'jiangmiao/auto-pairs'
|
||||||
" vim-matchit - Improved % matching
|
" vim-matchit - Improved % matching
|
||||||
|
Loading…
x
Reference in New Issue
Block a user