functions.vim 152 B

123456
  1. " Random Useful Functions
  2. " Turn spellcheck on for markdown files
  3. augroup auto_spellcheck
  4. autocmd BufNewFile,BufRead *.md setlocal spell
  5. augroup END