AckslD / muren.nvim

Multiple replacements in neovim
361 stars 4 forks source link

Feature request: Subvert support #23

Open PrimaMateria opened 1 year ago

PrimaMateria commented 1 year ago

tpope's subvert command is a blessing when working with Typescript. Would it be possible for muren to use it?

https://github.com/tpope/vim-abolish#substitution

AckslD commented 1 year ago

Maybe the function used to do the search and replace could be configurable such that the user could eg choose to use the one your suggesting, without coupling muren to that plugin. What do you think?

PrimaMateria commented 1 year ago

Yes, that would be great. This would also allow using some other alternatives that could appear in the future.