neovim icon indicating copy to clipboard operation
neovim copied to clipboard

spell check in Neovim

Open practicalli-johnny opened this issue 2 years ago • 0 comments

Configure and document spell checking with Neovim

http://neovim.io/doc/user/spell.html

  1. turn on with
 :setlocal spell spelllang=en

mapped that command to Ts (toggle spell check)

map some mnemonic keys, e.g spc s c (spell check)

  1. ]s goes to the next misspelled word
  2. zg adds a word to the dictionary

See tweet for details https://twitter.com/b0rk/status/1632049667956457476?t=dRXDBaQ8kIDBdYvv2_Itwg&s=19

practicalli-johnny avatar Mar 05 '23 00:03 practicalli-johnny