Djancyp / regex.nvim

Simple regex helper
39 stars 1 forks source link

Allow for other regex evaluation engine than `grep -E` #4

Open chrisgrieser opened 1 year ago

chrisgrieser commented 1 year ago

It looks like regex are evaluated via grep -E?

As discussed here in this reddit comment, it might be useful to use grep -P or rg -P instead, probably the later for windows compatibility.