Feature description
Hi,
it seems for me (i'm fresh in Lua) that the set of allowed keys of func_map is restricted to action_funcref from keymap.
I'd like to attach a custom opener that does an action similar to tab drop (see links below).
Describe the solution you'd like
Please allow to attach a function (as the opener) that get the path, (and, if provided) line and column to allow make a customized jumping.
Additional context
neovim/neovim#14567
https://github.com/przepompownia/vim-arctgx/blob/master/plugin/tab.vim#L11
Feature description
Hi,
it seems for me (i'm fresh in Lua) that the set of allowed keys of
func_mapis restricted toaction_funcreffromkeymap.I'd like to attach a custom opener that does an action similar to
tab drop(see links below).Describe the solution you'd like
Please allow to attach a function (as the opener) that get the path, (and, if provided) line and column to allow make a customized jumping.
Additional context
neovim/neovim#14567
https://github.com/przepompownia/vim-arctgx/blob/master/plugin/tab.vim#L11