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

Moved rubber compiler to its own repo

This commit is contained in:
2017-05-31 22:04:20 +02:00
parent 9b43c73677
commit c1f69a35ba
3 changed files with 4 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
" Vim compiler file
" Compiler: pdf creator out of LaTeX files using rubber
if exists("current_compiler")
finish
endif
let current_compiler = "rubber"
CompilerSet makeprg=rubber\ -d\ %
"CompilerSet efm=%f:%l:\ [%t]%m,%f:%l:%m

View File

@@ -1,4 +0,0 @@
compiler rubber
map <F5> :make<cr>
autocmd BufWritePost *.tex :make

4
vimrc
View File

@@ -25,6 +25,7 @@ Plug 'gryf/python-syntax'
Plug 'gryf/pythonhelper'
Plug 'gryf/tagbar', {'branch': 'show_tag_kind2'}
Plug 'gryf/wombat256grf'
Plug 'gryf/vim-latex-compiler'
Plug 'gryf/zoom.vim'
Plug 'hallison/vim-markdown'
Plug 'honza/vim-snippets'
@@ -303,6 +304,9 @@ let g:riv_fold_level = -1
" formatting tables, doesn't work so good with complex grid tables
let g:riv_auto_format_table = 0
"}}}
" Rubber {{{2
let g:rubber_make_on_save = 1
" }}}
"ShowMarks {{{2
let g:showmarks_ignore_type = "hqprm"
let g:showmarks_include = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"