1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Changed rubber option for not compiling source for every save

This commit is contained in:
2017-06-17 11:45:59 +02:00
parent 4060fc96c0
commit d91e91ec92

4
vimrc
View File

@@ -484,8 +484,8 @@ let g:riv_fold_level = -1
" formatting tables, doesn't work so good with complex grid tables " formatting tables, doesn't work so good with complex grid tables
let g:riv_auto_format_table = 0 let g:riv_auto_format_table = 0
"}}} "}}}
" Rubber {{{2 " Rubber / vim-latex-compiler {{{2
let g:rubber_make_on_save = 1 let g:rubber_make_on_save = 0
" }}} " }}}
"ShowMarks {{{2 "ShowMarks {{{2
let g:showmarks_ignore_type = "hqprm" let g:showmarks_ignore_type = "hqprm"