dotfiles.pub/_config/nvim/plugin/tex.vim

16 lines
463 B
VimL

let g:vimtex_view_method = 'zathura'
let g:vimtex_compiler_method = 'latexmk'
let g:vimtex_quickfix_open_on_warning = 0
let g:vimtex_quickfix_mode = 2
let g:vimtex_compiler_latexmk = {
\ 'out_dir' : '.vimtex',
\}
" Disable continuous compilation
let g:vimtex_compiler_latexmk = {
\ 'out_dir' : '.vimtex',
\}
" This is necessary for VimTeX to load properly. The "indent" is optional.
" Note that most plugin managers will do this automatically.