remove doas_askpass subodule update shortcuts

This commit is contained in:
Tibeuleu
2026-01-06 16:33:32 +01:00
parent c7c812b49f
commit 16b46c275a
11 changed files with 144 additions and 14 deletions

View File

@@ -6,11 +6,11 @@ vim.g.vimtex_view_automatic = 0
vim.g.vimtex_compiler_latexmk = {
options = {
"-verbose",
"-file-line-error",
"-synctex=1",
"-interaction=nonstopmode",
"-shell-escape",
"-verbose",
"-file-line-error",
"-synctex=1",
"-interaction=nonstopmode",
"-shell-escape",
}
}
@@ -25,6 +25,8 @@ vim.g.vimtex_toc_config = {
}
vim.g.vimtex_quickfix_ignore_filters = {
"Underfull \\\\vbox",
"Overfull \\\\vbox",
"Underfull \\\\hbox",
"Overfull \\\\hbox",
-- "LaTeX Warning: .\\+ float specifier changed to",