projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9fbf3
)
.conf files are often termcap ones
author
Sergey Matveev <stargrave@stargrave.org>
Sat, 31 Aug 2019 10:32:02 +0000 (13:32 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Sat, 31 Aug 2019 10:32:02 +0000 (13:32 +0300)
vim/.vimrc
patch
|
blob
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index a46469930571e86bb288a7df59eaee71125a8808..6d0607aa01ffbb1fceacfb3524717a17b723fa21 100644
(file)
--- 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}<CR>\frametitle{TODO}<CR>\end{frame}<ESC>k>>wwlcw