summaryrefslogtreecommitdiff
path: root/.config/nvim/after/plugin/vimtex.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/after/plugin/vimtex.lua')
-rw-r--r--.config/nvim/after/plugin/vimtex.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/vimtex.lua b/.config/nvim/after/plugin/vimtex.lua
new file mode 100644
index 0000000..28500da
--- /dev/null
+++ b/.config/nvim/after/plugin/vimtex.lua
@@ -0,0 +1,8 @@
+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_engines = {
+ \ '_' : '-shell-escape',
+ \}
+]])