▲ | freedomben 3 months ago | |
For Vim/Neovim users, there is one built in that is pretty good, and once you've added frequent custom words to the dictionary it is great. You can turn it on with `:set spell` or off with `:set nospell`. Add custom words by pressing `zg` on the target word: I have this in my vimrc file so it's on by default for certain file types:
Custom additions to the dictionary will go to a simple text file (one word per line) in `~/.vim/spell/en.utf-8.add` (depending on your settings) where it is easy to edit or backup. | ||
▲ | porridgeraisin 3 months ago | parent [-] | |
> custom additions You can also add it directly when using it. Move the cursor to the word and (I forget the command...) can add it as a rare word, good word or bad word. |