nrpattern.nvim icon indicating copy to clipboard operation
nrpattern.nvim copied to clipboard

Support non-word values for cyclic pattern

Open xigoi opened this issue 1 year ago • 1 comments

It would be nice to be able to do something like this:

patterns[{ "&&", "||" }] = { priority = 10 }
patterns[{ "<", ">" }] = { priority = 10 }

It seems that currently only words (made up of word characters) can be cycled.

xigoi avatar Mar 01 '23 20:03 xigoi