mirror of
https://github.com/preservim/vim-litecorrect.git
synced 2025-11-08 09:53:49 -05:00
reimplement and expand word list
This commit is contained in:
@@ -12,7 +12,7 @@ Features of this plugin:
|
|||||||
* Uses Vim’s `iabbrev`
|
* Uses Vim’s `iabbrev`
|
||||||
* Buffer-scoped behavior
|
* Buffer-scoped behavior
|
||||||
* User-extensible
|
* User-extensible
|
||||||
* Limited to a maximum of 500 `iabbrev`s for quick load (currently at ~450)
|
* Limited to a maximum of 500 entries for quick load (currently at ~450)
|
||||||
|
|
||||||
Note that this plugin is not intended to be a replacement for teh spell
|
Note that this plugin is not intended to be a replacement for teh spell
|
||||||
checker in Vim. It’s best used with spell-check enabled.
|
checker in Vim. It’s best used with spell-check enabled.
|
||||||
@@ -73,17 +73,19 @@ needed that they are common typos.
|
|||||||
Short words are preferable to long words to avoid the list becoming too
|
Short words are preferable to long words to avoid the list becoming too
|
||||||
large and slow to load.
|
large and slow to load.
|
||||||
|
|
||||||
Note that existing `iabbrev`s may be removed to make way for new ones, to
|
Note that existing entries may be removed to make way for new ones, to
|
||||||
keep within the stated limit.
|
keep within the stated limit.
|
||||||
|
|
||||||
## Related
|
## Related projects
|
||||||
|
|
||||||
For a more comprehensive approach with support for many more words, check
|
For a more comprehensive approach with support for _many_ more words,
|
||||||
out:
|
check out:
|
||||||
|
|
||||||
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect)
|
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect)
|
||||||
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim)
|
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim)
|
||||||
|
|
||||||
|
A warning that larger entry counts make for slower loading.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
If you find this plugin useful, you may want to check out these others by
|
If you find this plugin useful, you may want to check out these others by
|
||||||
|
|||||||
Reference in New Issue
Block a user