Really enjoying this plugin so far, great work!
I'm running into some strange behavior with flash.nvim in combination with live-command.nvim. Take this line as an example:
Running :Preview norm f#ifoo with flash.nvim produces:
Without flash.nvim, the same command will produce:
Similarly, just running :norm f#ifoo produces the same result (with or without flash.nvim).
As an aside, another QOL would be to somehow disable the flash.nvim dimming/highlighting when using live-command.nvim as it interferes with the highlight that this plugin provides.
Really enjoying this plugin so far, great work!
I'm running into some strange behavior with flash.nvim in combination with live-command.nvim. Take this line as an example:
Running
:Preview norm f#ifoowith flash.nvim produces:Without flash.nvim, the same command will produce:
Similarly, just running
:norm f#ifooproduces the same result (with or without flash.nvim).As an aside, another QOL would be to somehow disable the flash.nvim dimming/highlighting when using live-command.nvim as it interferes with the highlight that this plugin provides.