vim - Automatically enabling spell checking in vimrc -


How do I enable spell check to be enabled automatically in .imrc file? There is probably a way to define a quick shortcut that toggles instead.

Better yet, is it only enabled for some file extensions?

You should be able to simply enter set spelling in your .vimrc file .

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

javascript - What is an alternative to using getElementByClass for hiding multiple elements? -

javascript - Making the first column of a table fixed on horizontal scroll -