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 -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

c# - Confused over DLL entry points (entry point not found exception) -