X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vimrc;h=6d0607aa01ffbb1fceacfb3524717a17b723fa21;hp=a46469930571e86bb288a7df59eaee71125a8808;hb=e78ff39938677bce44a3dd29c942ea93b68f3a71;hpb=0e9fbf394517a0a4cb521b478ac25b990d136544 diff --git a/vim/.vimrc b/vim/.vimrc index a464699..6d0607a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -120,6 +120,7 @@ set formatoptions+=n autocmd BufEnter * let &titlestring = expand("%:t") autocmd BufRead /tmp/mutt-* setlocal textwidth=72 autocmd BufRead,BufNewFile *.pyi setlocal filetype=python +autocmd BufRead,BufNewFile *.conf setlocal noexpandtab autocmd BufRead,BufNewFile *.go setlocal noexpandtab autocmd BufRead,BufNewFile *.go let g:defsplit_shift=" " autocmd BufNewFile,BufRead *.tex abbreviate framedo \begin{frame}\frametitle{TODO}\end{frame}k>>wwlcw