mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +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 'shime/vim-livedown'
|
||||
Plug 'xuhdev/vim-latex-live-preview'
|
||||
|
||||
|
||||
call plug#end()
|
||||
@@ -276,6 +277,7 @@ let g:UltiSnipsJumpForwardTrigger="<tab>"
|
||||
|
||||
" Tex
|
||||
let g:tex_flavor = "latex"
|
||||
let g:livepreview_previewer = 'zathura'
|
||||
|
||||
"
|
||||
" Autocmd Rules
|
||||
|
||||
Reference in New Issue
Block a user