Spell Checking in NeoVIM
Braincite
- One minute read - 119 wordsThis is a new article. There are deep thoughts expressed in text. I’m writing them down, and they are displayed. And spell checking.
Thoughts in Text
I’m writing using Markdown via nvim
and I’m learning as I go. I’m starting to get more productive, and I do like the minimalist aesthetic. I wonder if there’s spell checking available?
Yes, it turns out you can invoke :set spell
, or :set spell spelllang=en_us
to be more specific.
Navigating and Correcting Spelling Errors
- Move to the next misspelled word:
]ws
- Move to the previous misspelled word:
[s
- See suggestions for the word under the cursor:
z=
- Add word to the spellfile (so it’s not flagged again):
zg
- Mark as bad word:
zw