practicalli / neovim

Neovim, Conjure and LSP for Clojure development using Fennel configuration
https://practical.li/neovim/
Creative Commons Attribution Share Alike 4.0 International
21 stars 5 forks source link

spell check in Neovim #28

Closed practicalli-johnny closed 4 months ago

practicalli-johnny commented 1 year ago

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 commented 4 months ago

Spell Check page added: http://localhost:7777/neovim/neovim-basics/spell-check/