1
0

add vim-latexsuite plugin again

This commit is contained in:
Patrick Auernig 2016-05-10 14:58:21 +02:00
parent b7bc49f551
commit 1ce4ce43f2

View File

@ -105,6 +105,8 @@ let g:Tex_ViewRuleComplete_dvi = "pgrep okular.*$* || xdg-open &"
let g:Tex_ViewRuleComplete_ps = "" let g:Tex_ViewRuleComplete_ps = ""
let g:Tex_ViewRuleComplete_pdf = "pgrep okular.*$* || xdg-open &" let g:Tex_ViewRuleComplete_pdf = "pgrep okular.*$* || xdg-open &"
let g:Tex_DefaultTargetFormat = "pdf" let g:Tex_DefaultTargetFormat = "pdf"
Plug 'WChargin/vim-latexsuite', { 'for': ['tex', 'latex'] }
" <latexsuite> }}} " <latexsuite> }}}
" <nerdtree> {{{ " <nerdtree> {{{