AckslD / muren.nvim

Multiple replacements in neovim
361 stars 4 forks source link

[Question]: pattern to exclude files #28

Closed dpetka2001 closed 1 year ago

dpetka2001 commented 1 year ago

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

AckslD commented 1 year ago

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

dpetka2001 commented 1 year ago

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.

AckslD commented 1 year ago

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