mirror of
https://github.com/preservim/vim-litecorrect.git
synced 2025-11-08 18:03:48 -05:00
updated pencil tagline; fo->of
This commit is contained in:
@@ -91,7 +91,7 @@ If you like this plugin, you may like these other ones from the same author:
|
|||||||
* [vim-quotable](http://github.com/reedes/vim-quotable) - extends Vim to support typographic (‘curly’) quotes
|
* [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-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-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) - Extending Vim to better support writing prose and documentation
|
* [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](http://github.com/reedes/vim-colors-pencil) — A color scheme for Vim inspired by IA Writer
|
||||||
|
|
||||||
## Future development
|
## Future development
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ let g:litecorrect#defaults =
|
|||||||
\ 'this' : ['htis'],
|
\ 'this' : ['htis'],
|
||||||
\ 'then' : ['tehn'],
|
\ 'then' : ['tehn'],
|
||||||
\ 'what' : ['waht'],
|
\ 'what' : ['waht'],
|
||||||
|
\ 'of' : ['fo'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
function! litecorrect#init(...)
|
function! litecorrect#init(...)
|
||||||
|
|||||||
Reference in New Issue
Block a user