fix(tex): typo

This commit is contained in:
Shakil Bijabhai 2024-07-25 13:58:01 -04:00 committed by GitHub
parent 12818a6cb4
commit de7ee0c087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ return {
vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog" vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog"
end, end,
keys = { keys = {
{ "<localLeader>l", "", desc = "+vimtext" }, { "<localLeader>l", "", desc = "+vimtex" },
}, },
}, },