Sometimes I want to call wslview as a priority over vim.ui.open.
Currently, ddu#kind#file#open does a good job of selecting the system calls that are available in the environment,
but in some cases, I would like to control the priority from the config.
Is it possible to achieve this with an actionParams or something like that?
I would like to be able to specify a parameter like "method" in the actionParams of executeSystem.
Sometimes I want to call
wslview
as a priority overvim.ui.open
. Currently,ddu#kind#file#open
does a good job of selecting the system calls that are available in the environment, but in some cases, I would like to control the priority from the config. Is it possible to achieve this with anactionParams
or something like that? I would like to be able to specify a parameter like "method" in theactionParams
ofexecuteSystem
.e.g.: