add latex live preview

This commit is contained in:
Thomas Ruoff
2016-02-11 14:43:23 +01:00
parent d221c41ddd
commit 4ddb2cc024

2
vimrc
View File

@@ -43,6 +43,7 @@ Plug 'marijnh/tern_for_vim', { 'do': 'npm install', 'for': 'javascript'}
Plug 'mustache/vim-mustache-handlebars' Plug 'mustache/vim-mustache-handlebars'
Plug 'shime/vim-livedown' Plug 'shime/vim-livedown'
Plug 'xuhdev/vim-latex-live-preview'
call plug#end() call plug#end()
@@ -276,6 +277,7 @@ let g:UltiSnipsJumpForwardTrigger="<tab>"
" Tex " Tex
let g:tex_flavor = "latex" let g:tex_flavor = "latex"
let g:livepreview_previewer = 'zathura'
" "
" Autocmd Rules " Autocmd Rules