summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/tex.vim
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-02-24 18:11:29 +0100
committerRobin Krahl <me@robin-krahl.de>2016-02-24 18:11:29 +0100
commit6d302d1f4c81630f430405091ff5eea5178e1fe7 (patch)
tree67782a6cd4281afb79b012aa6065e4bce9d87a7a /.vim/ftplugin/tex.vim
downloaddotfiles-6d302d1f4c81630f430405091ff5eea5178e1fe7.tar.gz
dotfiles-6d302d1f4c81630f430405091ff5eea5178e1fe7.tar.bz2
add vim configuration
Diffstat (limited to '.vim/ftplugin/tex.vim')
-rw-r--r--.vim/ftplugin/tex.vim5
1 files changed, 5 insertions, 0 deletions
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