other.nvim
other.nvim copied to clipboard
Question: What's the syntax used in target field?
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$"
}