Add Go and Mercurial stuff

git-svn-id: http://photonzero.com/dotfiles/trunk@36 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-03-05 21:20:34 +00:00
parent 10c20eeb99
commit 5505a82fc3
4 changed files with 28 additions and 0 deletions

View file

@ -19,3 +19,4 @@ autocmd FileType python set ts=4
autocmd FileType python set softtabstop=4
autocmd FileType python set shiftwidth=4
augroup END
au BufRead,BufNewFile *.go set filetype=go