This commit is contained in:
2025-09-07 12:19:33 +02:00
parent c9395198b6
commit ee7118286d
3 changed files with 3 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ return {
lazy = false, -- lazy-loading will disable inverse search
config = function()
vim.g.vimtex_mappings_disable = { ['n'] = { 'K' } } -- disable `K` as it conflicts with LSP hover
vim.g.vimtex_mappings_enabled = false
-- vim.g.vimtex_mappings_enabled = false
vim.g.vimtex_quickfix_method = vim.fn.executable 'pplatex' == 1 and 'pplatex' or 'latexlog'
end,
-- keys = {