From 1a7796d6b9a3f1b633d107c007e6df5f4dba9c71 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sat, 18 Jan 2014 17:17:42 -0700 Subject: [PATCH] routine polishing --- README.markdown | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 6d4a704..bcb96e6 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,7 @@ Features of this plugin: * Focused on the most common of typos that we make * Uses Vim’s `iabbrev` * Buffer-scoped behavior -* User-extendable +* User-extensible 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 -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-lexical](http://github.com/reedes/vim-lexical) - 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-pencil](http://github.com/reedes/vim-pencil) - 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-colors-pencil][cp] — Color scheme for Vim inspired by IA Writer +* [vim-lexical][lx] - Building on Vim’s spell-check and thesaurus/dictionary completion +* [vim-litecorrect][lc] - Lightweight auto-correction for Vim +* [vim-pencil][pn] - Rethinking Vim as a tool for writers +* [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