Vim-Spell-Check

Did you know you can spell check in Vim?!

Vim Spell check

Without...

Here is a missspelled word.

  <h3>With!</h3>
  <p>Here is a <u>missspelled</u> word.</p>

What is this magic???

set: spell spelllang=en_us

Custom words?

Sometimes there's things that are words to you but not the default spell checker...

Common example: package names!

plotly, streamlit, psutil, etc etc...

You can easily add these to your vim config by hitting zw ontop of the word!