Compare commits

...

1 Commits

Author SHA1 Message Date
a18d941102 Add todo.md template 2019-03-30 20:03:19 +00:00
2 changed files with 16 additions and 0 deletions

View File

@ -8,4 +8,7 @@ augroup benieAugroup
" Highlight conflict markers in any filefile " Highlight conflict markers in any filefile
au FileType * :call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\s\ze.*$') 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 augroup END

View File

@ -0,0 +1,13 @@
# TODO
## High
* [ ]
## Normal
* [ ]
## Low
* [ ]