From 6d302d1f4c81630f430405091ff5eea5178e1fe7 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 24 Feb 2016 18:11:29 +0100 Subject: add vim configuration --- .vim/ftplugin/tex.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vim/ftplugin/tex.vim (limited to '.vim/ftplugin/tex.vim') diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim new file mode 100644 index 0000000..46732d4 --- /dev/null +++ b/.vim/ftplugin/tex.vim @@ -0,0 +1,5 @@ +set tabstop=2 +set shiftwidth=2 +set expandtab + +set colorcolumn=80 -- cgit v1.2.1