mistake.nvim is a spelling auto correct plugin for Neovim based on GitHub's "Fixed typo" commits.
- Includes over 20,000 entries for correction
- Lazy loads the correction dictionary in chunks with dynamic timing to reduce startup performance impact
- Includes user command for adding personal corrections
- Includes UI for editing personal corrections
{
"https://github.com/ck-zhang/mistake.nvim",
}
To add your own corrections, use :MistakeAdd
;
to edit your personal dictionary, use :MistakeEdit
.
These updates will take effect immediately, no restart required.
Please create a PR for any faulty corrections you encounter, the entries are processed with NLTK to minimize faulty corrections, but quality isn't guaranteed.