commit e706a17662d9a9438f2098f6f9396c41c7e09db4
parent c903c6a9a42a6a5fda6e282b9d9b928c4350c678
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Mon, 1 Feb 2016 22:01:53 -0800
Vim: Make TODO files markdown
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/vimrc b/vimrc
@@ -185,6 +185,7 @@ au BufRead,BufNewFile *bash_profile* set filetype=sh
au BufRead,BufNewFile *tmux.conf* set filetype=sh
au BufRead,BufNewFile *conkyrc* set filetype=sh
au BufRead,BufNewFile *gitconfig* set filetype=gitconfig
+au BufRead,BufNewFile TODO set filetype=markdown
" spell check
hi SpellBad ctermfg=red cterm=underline