| " Turn spellcheck on for markdown filesaugroup auto_spellcheck  autocmd BufNewFile,BufRead *.md setlocal spellaugroup END" Remove trailing whitespaces automatically before save" augroup strip_ws"   autocmd BufWritePre * call utils#stripTrailingWhitespaces()" augroup END
 |