AckslD / muren.nvim

Multiple replacements in neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]: pattern to exclude files

dpetka2001 opened this issue · comments

Is it possible to provide a pattern to files to exclude some possible filename patterns? What kind of regexes does muren support?

You can use the files entry in the options panel. The pattern is passed to :vimgrep.

So it's vim regex that the files entry supports?

Edit: Oh it's a search pattern for vimgrep. I'm not familiar, so I will read some help files to get up to speed.

It's passed as the second argument ({file}) to :vimgrep