Skip to content

Instantly share code, notes, and snippets.

@crazyguitar
Created August 30, 2016 05:57
Show Gist options
  • Save crazyguitar/47bcc6badecb821481d67901884805ee to your computer and use it in GitHub Desktop.
Save crazyguitar/47bcc6badecb821481d67901884805ee to your computer and use it in GitHub Desktop.
" python file template "
au BufNewFile *.py 0r ~/.vim/templates/template.py
" Makefile template "
au BufNewFile Makefile,makefile 0r ~/.vim/templates/Makefile.temp
" c template "
au BufNewFile *.c 0r ~/.vim/templates/c.temp
" folding *.h comment"
au BufNewFile,BufRead *.cpp,*.c,*.h,*.java setlocal foldmethod=syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment