typo: vimtext -> vimtex

This commit is contained in:
Roland Leißa 2024-10-03 00:20:19 +02:00
parent d5a4ced75a
commit 7a820e8478

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" },
}, },
}, },