This commit is contained in:
Zoe Roux
2022-06-03 18:26:06 +02:00
parent 7845a76d09
commit 6274b72637
2 changed files with 3 additions and 0 deletions
@@ -30,6 +30,8 @@ vim.g.vimtex_mappings_disable = {
}
vim.g.vimtex_syntax_enabled = false -- Treesiter for the win.
vim.g.vimtex_syntax_conceal_disable = true
vim.g.vimtex_quickfix_enabled = false
vim.g.vimtex_view_method = "zathura"
function LATEX_PREVIEW()
local wk = require "which-key"