add vim-latexsuite plugin again
This commit is contained in:
parent
b7bc49f551
commit
1ce4ce43f2
2
init.vim
2
init.vim
@ -105,6 +105,8 @@ let g:Tex_ViewRuleComplete_dvi = "pgrep okular.*$* || xdg-open &"
|
||||
let g:Tex_ViewRuleComplete_ps = ""
|
||||
let g:Tex_ViewRuleComplete_pdf = "pgrep okular.*$* || xdg-open &"
|
||||
let g:Tex_DefaultTargetFormat = "pdf"
|
||||
|
||||
Plug 'WChargin/vim-latexsuite', { 'for': ['tex', 'latex'] }
|
||||
" <latexsuite> }}}
|
||||
|
||||
" <nerdtree> {{{
|
||||
|
Loading…
Reference in New Issue
Block a user