Skip to content

Odd interaction with flash.nvim #38

@alexchantastic

Description

@alexchantastic

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:

  "blue": "#0000ff"

Running :Preview norm f#ifoo with flash.nvim produces:

  "blue": "#foo0000ff"

Without flash.nvim, the same command will produce:

  "blue": "foo#0000ff"

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions