Add todo.md template
This commit is contained in:
parent
baff9ae3fd
commit
65c219c98d
@ -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
|
||||||
|
15
templates/skeleton.todo.md
Normal file
15
templates/skeleton.todo.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# TODO
|
||||||
|
|
||||||
|
## High
|
||||||
|
|
||||||
|
* [ ]
|
||||||
|
|
||||||
|
## Normal
|
||||||
|
|
||||||
|
* [ ]
|
||||||
|
|
||||||
|
## Low
|
||||||
|
|
||||||
|
* [ ]
|
||||||
|
|
||||||
|
<!-- vim: nospell textwidth=0
|
Loading…
x
Reference in New Issue
Block a user