mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:20:04 +08:00
8 lines
234 B
VimL
8 lines
234 B
VimL
source ../../bootstrap.vim
|
|
|
|
call matchup#custom#define_motion('nox', '%',
|
|
\ 'matchup#custom#example_motion', { 'down': 1 })
|
|
call matchup#custom#define_motion('nox', 'g%',
|
|
\ 'matchup#custom#example_motion', { 'down': 0 })
|
|
|