clean up & refoldering

This commit is contained in:
2024-11-28 15:44:34 +01:00
parent 56ca921d8f
commit 508aa43dc8
32 changed files with 177 additions and 641 deletions

View File

@@ -11,6 +11,16 @@ return {
end,
})
vim.g.vimtex_compiler_latexmk = {
options = {
"-verbose",
"-file-line-error",
"-synctex=1",
"-interaction=nonstopmode",
"-shell-escape",
},
}
vim.g.vimtex_mappings_disable = { ["n"] = { "K" } } -- disable `K` as it conflicts with LSP hover
vim.g.vimtex_quickfix_method = "pplatex"
vim.g.vimtex_view_method = "zathura"