generation 516 25.11.20250714.62e0f05

This commit is contained in:
2025-09-22 13:59:00 -04:00
parent 0c9aeb1212
commit 11adff0b72
5 changed files with 53 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ vim.g.vimtex_quickfix_mode = 0
vim.g.vimtex_quickfix_enabled = 0
-- Compiler backend.
vim.g.vimtex_compiler_method = 'latexrun'
vim.g.vimtex_compiler_method = 'latexmk'
-- Set the local leader (default is "\"; here we change it to comma).
vim.g.maplocalleader = ','