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

Question: What's the syntax used in target field?

Open qlibp opened this issue 2 years ago • 0 comments
trafficstars

I try to match all lua file wihtin workspace(just for experiment), but I got no match at all, which is weird. Can I use regex in target field?

{
   pattern = "(.*).py",
   target = ".*lua$"
}

qlibp avatar Oct 10 '23 03:10 qlibp