johmsalas / text-case.nvim

An all in one plugin for converting text case in Neovim
425 stars 17 forks source link

feat(Subs): adjustable name for substitude command #131

Closed peterfication closed 9 months ago

peterfication commented 9 months ago

Fixes https://github.com/johmsalas/text-case.nvim/issues/129

NOTE: After this is merged, a refactor of the replace commands could make sense. Right now, the inner workings are still hard coded to the name Subs. And it registers the same methods for both commands in the plugin state.