mirror of
https://github.com/gryf/vim-latex-compiler.git
synced 2025-12-17 11:30:20 +01:00
Initial commit
This commit is contained in:
5
ftplugin/tex.vim
Normal file
5
ftplugin/tex.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
compiler rubber
|
||||
|
||||
if exists('g:rubber_make_on_save') && g:rubber_make_on_save
|
||||
autocmd BufWritePost *.tex :make
|
||||
endif
|
||||
Reference in New Issue
Block a user