From: Sergey Matveev Date: Sat, 31 Aug 2019 10:32:02 +0000 (+0300) Subject: .conf files are often termcap ones X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=e78ff39938677bce44a3dd29c942ea93b68f3a71 .conf files are often termcap ones --- 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