Add todo.md template

This commit is contained in:
Kenneth Benzie 2019-03-30 20:03:19 +00:00
parent baff9ae3fd
commit 65c219c98d
2 changed files with 18 additions and 0 deletions

View File

@ -8,4 +8,7 @@ augroup benieAugroup
" Highlight conflict markers in any filefile
au FileType * :call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\s\ze.*$')
" Read template into buffer and send line 1 to the black hold register
au BufNewFile todo.md read ~/.vim/templates/skeleton.todo.md | 1delete _
augroup END

View File

@ -0,0 +1,15 @@
# TODO
## High
* [ ]
## Normal
* [ ]
## Low
* [ ]
<!-- vim: nospell textwidth=0