Vim tip: spell check
Check your spelling in vim:
:set spell
To use a different language:
:set spell spelllang=en_gb
If you’re in neovim and the language files aren’t found, try launching with no plugins…
$ nvim -u NORC
… before setting spell, you should then be prompted to download the missing files.