mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add latex live preview
This commit is contained in:
2
vimrc
2
vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user