diff options
author | Chris <[email protected]> | 2020-08-07 23:20:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-07 23:20:01 -0400 |
commit | 8c7703d72e3b554a95f9f6a4e612a8a748f19bac (patch) | |
tree | 68d0427e2e33280910a673e15c1b60666ff4956e /general/functions.vim | |
parent | bd4f49137e0808a1e71b7e8d8f4286b0f4d5f894 (diff) |
cleanup
Diffstat (limited to 'general/functions.vim')
-rw-r--r-- | general/functions.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |