summaryrefslogtreecommitdiff
path: root/nvim/after/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/after/plugin')
-rw-r--r--nvim/after/plugin/vimtex.lua10
1 files changed, 2 insertions, 8 deletions
diff --git a/nvim/after/plugin/vimtex.lua b/nvim/after/plugin/vimtex.lua
index c2b2276..28500da 100644
--- a/nvim/after/plugin/vimtex.lua
+++ b/nvim/after/plugin/vimtex.lua
@@ -2,13 +2,7 @@ vim.g.vimtex_view_general_viewer = 'zathura'
vim.g.vimtex_quickfix_open_on_warning = 0
vim.g.vimtex_imaps_enabled = 0
vim.cmd([[
-let g:vimtex_compiler_latexmk = {
- \ 'options' : [
- \ '-verbose',
- \ '-file-line-error',
- \ '-synctex=1',
- \ '-interaction=nonstopmode',
- \ '-shell-escape',
- \ ],
+let g:vimtex_compiler_latexmk_engines = {
+ \ '_' : '-shell-escape',
\}
]])