rspell icon indicating copy to clipboard operation
rspell copied to clipboard

Option to always fix a certain typo

Open Lioness100 opened this issue 2 years ago • 0 comments

Is there an existing issue or pull request for this?

  • [X] I have searched the existing issues and pull requests

Feature description

Sometimes, if you run rspell in many repositories, you find a lot of duplicate PRs. For example, I've noticed "overriden" instead of "overridden" maybe 10 times.

Desired solution

Maybe there could be a "make this replacement in the future" or something option. rspell could add an rspell field in the cspell config for custom values, such as replacements: { "overriden": "overridden" }. Not a fully formed thought on my part, just jotting this down.

Alternatives considered

No response

Additional context

No response

Lioness100 avatar Feb 21 '23 00:02 Lioness100