Skip to content

Instantly share code, notes, and snippets.

@zetok
Created March 12, 2017 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetok/d05015fca1ef8fec8797bd40a6bf69e3 to your computer and use it in GitHub Desktop.
Save zetok/d05015fca1ef8fec8797bd40a6bf69e3 to your computer and use it in GitHub Desktop.
" use templates for file creation (automatically add headers)
augroup skeletons
autocmd BufNewFile *.sh 0r ~/.vim/shell.skel
autocmd BufNewFile *.rs 0r ~/.vim/rust.skel
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment