9 lines
203 B
VimL
9 lines
203 B
VimL
" === Tex / LaTeX Support === {{
|
|
|
|
" Default tex flavor to use if not detected.
|
|
let g:tex_flavor = "latex"
|
|
|
|
" Zathura is a minimal PDF viewer with Vim bindings.
|
|
let g:vimtex_view_method = 'zathura'
|
|
|
|
" }}
|