Remove support for _template snippets

This commit is contained in:
2023-03-30 15:28:42 +01:00
parent 024268db74
commit d29cfc6aab
3 changed files with 0 additions and 30 deletions

View File

@@ -18,10 +18,6 @@ augroup benieAugroup
" Read template into buffer then send line 1 to the black hold register
au BufNewFile todo.md read ~/.vim/templates/skeleton.todo.md | 1delete _
" Attempt to expand snippet named `_template` if it exists
au BufNewFile * silent! call snippet#template()
" Do the same when filetype changes to help
au FileType help silent! call snippet#template()
" Augment vim-signify by modifying it's autocmds
au User SignifyAutocmds call do#signify()