summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/tex.vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-24 03:28:51 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-24 03:31:57 -0400
commit791b7ceac8c967fdf007090a93aaf22a9d8c49a2 (patch)
treeee2b3081a81e277219f69fdb7b8cb78e7a500152 /vim/ftplugin/tex.vim
parent861ebf03899b59a4c09da5db7742baa69f22c263 (diff)
downloadconf-791b7ceac8c967fdf007090a93aaf22a9d8c49a2.tar.gz
conf-791b7ceac8c967fdf007090a93aaf22a9d8c49a2.zip
move filetype-specific configuration into ftplugins
(and ftdetect/syntax as appropriate). also just remove some configuration that i don't care about anymore.
Diffstat (limited to 'vim/ftplugin/tex.vim')
-rw-r--r--vim/ftplugin/tex.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim
index 37fe35d..a283f01 100644
--- a/vim/ftplugin/tex.vim
+++ b/vim/ftplugin/tex.vim
@@ -1,3 +1,5 @@
+let b:tex_flavor="latex"
+
" :make converts to pdf
setlocal makeprg=(cd\ /tmp\ &&\ pdflatex\ --halt-on-error\ %:p)