mirror of
https://github.com/preservim/vim-litecorrect.git
synced 2025-11-11 11:23:48 -05:00
routine polishing
This commit is contained in:
@@ -11,7 +11,7 @@ Features of this plugin:
|
|||||||
* Focused on the most common of typos that we make
|
* Focused on the most common of typos that we make
|
||||||
* Uses Vim’s `iabbrev`
|
* Uses Vim’s `iabbrev`
|
||||||
* Buffer-scoped behavior
|
* Buffer-scoped behavior
|
||||||
* User-extendable
|
* User-extensible
|
||||||
|
|
||||||
Note that this plugin is not a replacement for teh spell checker in Vim.
|
Note that this plugin is not a replacement for teh spell checker in Vim.
|
||||||
|
|
||||||
@@ -86,13 +86,24 @@ For a more comprehensive approach, check out
|
|||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
If you like this plugin, you may like these other ones from the same author:
|
If you find this plugin useful, you may want to check out these others by
|
||||||
|
the same author:
|
||||||
|
|
||||||
* [vim-quotable](http://github.com/reedes/vim-quotable) - extends Vim to support typographic (‘curly’) quotes
|
* [vim-colors-pencil][cp] — Color scheme for Vim inspired by IA Writer
|
||||||
* [vim-lexical](http://github.com/reedes/vim-lexical) - Building on Vim’s spell-check and thesaurus/dictionary completion
|
* [vim-lexical][lx] - Building on Vim’s spell-check and thesaurus/dictionary completion
|
||||||
* [vim-thematic](http://github.com/reedes/vim-thematic) — Conveniently manage Vim’s appearance to suit your task and environment
|
* [vim-litecorrect][lc] - Lightweight auto-correction for Vim
|
||||||
* [vim-pencil](http://github.com/reedes/vim-pencil) - Rethinking Vim as a tool for writers
|
* [vim-pencil][pn] - Rethinking Vim as a tool for writers
|
||||||
* [vim-colors-pencil](http://github.com/reedes/vim-colors-pencil) — A color scheme for Vim inspired by IA Writer
|
* [vim-quotable][qu] - Extends Vim to support typographic (‘curly’) quotes
|
||||||
|
* [vim-thematic][th] — appearance to suit your task and environment
|
||||||
|
* [vim-wordy][wo] - Uncovering potential usage problems in writing
|
||||||
|
|
||||||
|
[cp]: http://github.com/reedes/vim-colors-pencil
|
||||||
|
[lx]: http://github.com/reedes/vim-lexical
|
||||||
|
[lc]: http://github.com/reedes/vim-litecorrect
|
||||||
|
[pn]: http://github.com/reedes/vim-pencil
|
||||||
|
[qu]: http://github.com/reedes/vim-quotable
|
||||||
|
[th]: http://github.com/reedes/vim-thematic
|
||||||
|
[wo]: http://github.com/reedes/vim-wordy
|
||||||
|
|
||||||
## Future development
|
## Future development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user