diff --git a/_config/nvim/plugin/tex.vim b/_config/nvim/plugin/tex.vim index f758be4..340502f 100644 --- a/_config/nvim/plugin/tex.vim +++ b/_config/nvim/plugin/tex.vim @@ -3,11 +3,6 @@ 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', \}