5 lines
215 B
VimL
5 lines
215 B
VimL
let g:vimtex_view_method = 'zathura'
|
|
let g:vimtex_compiler_method = 'latexmk'
|
|
|
|
" This is necessary for VimTeX to load properly. The "indent" is optional.
|
|
" Note that most plugin managers will do this automatically.
|