From 8c7703d72e3b554a95f9f6a4e612a8a748f19bac Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 7 Aug 2020 23:20:01 -0400 Subject: cleanup --- general/functions.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'general/functions.vim') diff --git a/general/functions.vim b/general/functions.vim index 47284f2e..0860b920 100644 --- a/general/functions.vim +++ b/general/functions.vim @@ -1,3 +1,5 @@ +" Random Useful Functions + " Turn spellcheck on for markdown files augroup auto_spellcheck autocmd BufNewFile,BufRead *.md setlocal spell -- cgit v1.2.3