Compare commits
1 Commits
65c219c98d
...
a18d941102
Author | SHA1 | Date | |
---|---|---|---|
a18d941102 |
@ -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
|
||||||
|
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