Compare commits

...

1 Commits

Author SHA1 Message Date
65c219c98d Add todo.md template 2019-03-30 20:13:28 +00:00
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