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