X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fvimrc;h=eb2ddb396557b7733ed3a7842ba92d6996e90741;hb=cf9f6df3c037f5ebaa91e27d08bc0505817120d1;hp=d73cb0ea19a426be848ce882921c4ce26af7c566;hpb=460df1fa370e9321d9e3015cf85d72af69b386ee;p=config%2Fdotfiles.git 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