You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have disabled hlargs when using treehopper for fold, but there is no way to enable it after the move.
Is it possible to issue a User event after completion or pass a callback when treehopper runs?
" current settingsfunction!s:tree_hopper_fold() abortluarequire('hlargs').disable()
luarequire('tsht').nodes()
normal!zfendfunctionnmap<silent>zf<Cmd>call <SID>tree_hopper_fold()<CR>" I want to do this setup.autocmdUserTreeHopperEnterluarequire('hlargs').disable()
autocmdUserTreeHopperLeaveluarequire('hlargs').enable()
The text was updated successfully, but these errors were encountered:
yuki-yano
changed the title
I want to set a callback to run after the move.
I want to set a callback to run after the execute
Aug 31, 2022
When I use hrargs.nvim it highlights where I used the argument, but it remains highlighted when I run treehopper's nodes.
https://github.com/m-demare/hlargs.nvim
I have disabled hlargs when using treehopper for fold, but there is no way to enable it after the move.
Is it possible to issue a User event after completion or pass a callback when treehopper runs?
The text was updated successfully, but these errors were encountered: