I am using spf13 destribution. How can I disable spell function in vimrc? For every file I open?
I tried(in my .vimrc.local):
set nospell
" vim: set nospell: // it is working only for first file I had opened.
nospell
Maybe It helps to someone: there are a fresh discussion at official git, but for it not solved problem at all https://github.com/spf13/spf13-vim/issues/67