Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 221 Bytes

vim-templates

augroup templates
    au!
    " read in templates files
    autocmd BufNewFile *.* silent! execute '0r ~/.vim_runtime/vim-templates/template.'.expand("<afile>:e")
augroup END