mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
Merge pull request #818 from gepoch/vim-repeat
Add vim-repeat to edit layer
This commit is contained in:
commit
c973cf9367
@ -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