Add todo.md template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user