summaryrefslogtreecommitdiff
path: root/nvim/after
diff options
context:
space:
mode:
authorottjk <joshott16@gmail.com>2024-08-23 16:46:45 -0400
committerottjk <joshott16@gmail.com>2024-08-23 16:46:45 -0400
commit6c9b28b9594b7322a5c53d72fe9a21c7ad7b7d39 (patch)
treea0148c396dcb8dbb128a4c924f3ab0eec09b26ac /nvim/after
parentcf906f832b5cea3ccb09d3536fdc68daa0d37f64 (diff)
downloaddotfiles-6c9b28b9594b7322a5c53d72fe9a21c7ad7b7d39.tar.gz
dotfiles-6c9b28b9594b7322a5c53d72fe9a21c7ad7b7d39.zip
bunch of changes
specific commit
Diffstat (limited to 'nvim/after')
-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',
\}
]])