Closed practicalli-johnny closed 4 months ago
Configure and document spell checking with Neovim
http://neovim.io/doc/user/spell.html
:setlocal spell spelllang=en
mapped that command to Ts (toggle spell check)
map some mnemonic keys, e.g spc s c (spell check)
]s
zg
See tweet for details https://twitter.com/b0rk/status/1632049667956457476?t=dRXDBaQ8kIDBdYvv2_Itwg&s=19
Spell Check page added: http://localhost:7777/neovim/neovim-basics/spell-check/
Configure and document spell checking with Neovim
http://neovim.io/doc/user/spell.html
mapped that command toTs (toggle spell check)
]s
goes to the next misspelled wordzg
adds a word to the dictionarySee tweet for details https://twitter.com/b0rk/status/1632049667956457476?t=dRXDBaQ8kIDBdYvv2_Itwg&s=19