[[plugins]] repo = 'Shougo/ddx.vim' hook_add = ''' nnoremap [Space]x Ddx -path=`'%'->expand()` ''' hook_source = ''' call ddx#custom#patch_global(#{ \ ui: 'hex', \ }) ''' [plugins.ftplugin] ddx-hex = ''' nnoremap q \ call ddx#ui#hex#do_action('quit') nnoremap r \ call ddx#ui#hex#do_action('change') ''' [[plugins]] repo = 'Shougo/ddx-commands.vim' depends = 'ddx.vim' on_cmd = 'Ddx'