Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spell check in Neovim #28

Closed
practicalli-johnny opened this issue Mar 5, 2023 · 1 comment
Closed

spell check in Neovim #28

practicalli-johnny opened this issue Mar 5, 2023 · 1 comment

Comments

@practicalli-johnny
Copy link
Contributor

practicalli-johnny commented Mar 5, 2023

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant