style(typo): vimtext -> vimtex (#4530)

Typo: `vimtext` -> `vimtex`
This commit is contained in:
Roland Leißa
2024-10-03 15:47:41 +02:00
committed by GitHub
parent 3e257fdb88
commit d2bd3114c0

View File

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