mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:20:05 +08:00
Add vim-repeat to edit layer
This is a really nice plugin which adds a user pluggable "." command. It integrates seamlessly with several plugins, notably tpope/vim-surround and makes the "." command capable of repeating on the entire surround command, rather than just a part of the command. ysaw" becomes easily repeatable!
This commit is contained in:
parent
abe585afc0
commit
aecd8f8c89
@ -6,6 +6,7 @@ let s:LIST = SpaceVim#api#import('data#list')
|
||||
function! SpaceVim#layers#edit#plugins() abort
|
||||
let plugins = [
|
||||
\ ['tpope/vim-surround'],
|
||||
\ ['tpope/vim-repeat'],
|
||||
\ ['junegunn/vim-emoji'],
|
||||
\ ['terryma/vim-multiple-cursors'],
|
||||
\ ['terryma/vim-expand-region', { 'loadconf' : 1}],
|
||||
|
Loading…
Reference in New Issue
Block a user