Skip to content

Instantly share code, notes, and snippets.

@wikimatze
Created September 27, 2014 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wikimatze/1e45ca7ecd60e10cf725 to your computer and use it in GitHub Desktop.
Save wikimatze/1e45ca7ecd60e10cf725 to your computer and use it in GitHub Desktop.
Notes of talk by wikimatze about "Plugins for writing a book with Vim"
## What I need
- Highlight bad words
- fixing grammar
- move text around (folding)
- autocorrection during spelling
- check spelling
- detect repetition and bad grammar
- version control ...
## vim-lexical https://github.com/reedes/vim-lexical
I have written a blog post about it ... but this plugin is better :)
- Custom dictionary, thesaurus, and spellchecking options for files or when calling a command.
- custom profiles
## vim-litecorrect https://github.com/reedes/vim-litecorrect
Lightweight auto correction for 300 words.
Im -> I'm
shouldnt -> shouldn't
thats -> that's
Larger entries will slow down your Vim
## vim-wordy (https://github.com/reedes/vim-wordy)
Uncover usage problems with your writing with marvelous commands.
- `WeakWordy` ... starts the mode for showing weak words like "of course", "however"
- `WordWordy` ... shows redundant words
- `NextWordy` ... goes to the next mode
- `PrevWordy` ... goes to the next mode
- `NoWordy` ... will turn of the plugin
## fugitive and gitv (https://github.com/gregsexton/gitv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment