dotfiles.pub/_config/nvim/plugin/tex.vim
2025-09-06 16:33:17 +02:00

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.