summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-12-25 18:10:44 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-12-25 18:10:44 +0100
commit19dd43f53c8cc1aa3bc3f11364736364e0f9686f (patch)
tree54759b50311080b192237a8c54b0f385ee6c0ad2 /.vimrc
parent62faba9b5db29d4bc170fb7d278350786d55b76d (diff)
downloaddotfiles-19dd43f53c8cc1aa3bc3f11364736364e0f9686f.tar.gz
dotfiles-19dd43f53c8cc1aa3bc3f11364736364e0f9686f.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 761758f..a403dc9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -232,7 +232,7 @@ autocmd FileType python set ts=4 sw=4 softtabstop=4 et
" misc autocmd settings
autocmd FileType make setlocal noexpandtab
autocmd FileType text setlocal textwidth=78
-autocmd FileType plaintex setlocal textwidth=80
+autocmd FileType tex setlocal linebreak
autocmd BufRead,BufNewFile PKGBUILD let is_bash=1 | set ft=sh
" move to first line in git commits