Vim-Spell-Check

Did you know you can spell check in Vim?!

Vim Spell check

Without...

Here is a missspelled word.

With!

Here is a missspelled word.

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!