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
Hi! Thanks for this awesome plugin!
I set up this plugin in my config and found a little inconvenience. Readme suggests to set up keybindings this way:
As I understand inc_normal returns a strings instead of actually executing a command. But it does not play well with Packer's lazy loading, because it requires dial to load at the beginning.
I tried to wrap it with a function calling vim.command(...) and using keys entry in Packer triggers, but none of that worked.
The most reliable way I found is using module trigger and then calling dial inside some function. But this requies inc_normal to be an action.
So, is it possible to provide such interface?
The text was updated successfully, but these errors were encountered:
Hi! Thanks for this awesome plugin!
I set up this plugin in my config and found a little inconvenience. Readme suggests to set up keybindings this way:
As I understand
inc_normal
returns a strings instead of actually executing a command. But it does not play well withPacker
's lazy loading, because it requiresdial
to load at the beginning.I tried to wrap it with a function calling
vim.command(...)
and usingkeys
entry inPacker
triggers, but none of that worked.The most reliable way I found is using
module
trigger and then callingdial
inside some function. But this requiesinc_normal
to be an action.So, is it possible to provide such interface?
The text was updated successfully, but these errors were encountered: