summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/tex.vim
diff options
context:
space:
mode:
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