X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=vim%2Fvimrc;fp=vim%2Fvimrc;h=eb2ddb396557b7733ed3a7842ba92d6996e90741;hp=d73cb0ea19a426be848ce882921c4ce26af7c566;hb=15325228ea7020dbcc758e64a074e9603b37ad52;hpb=0034b19b4aa8576e2fef4f2d37505f724ac55983 diff --git a/vim/vimrc b/vim/vimrc index d73cb0e..eb2ddb3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1072,6 +1072,8 @@ if has('autocmd') autocmd FileType vimperator setlocal commentstring=\"%s " Use TeX compiler for (La)TeX files. autocmd FileType tex compiler tex +" Go always uses tabs for indentation. + autocmd FileType go call UseTabs() " FTDETECT AUTO COMMANDS