fix(tex): specify filetype for <localleader>l

This commit is contained in:
Alvaro-Kothe 2024-11-28 14:50:28 -03:00
parent 1847e3fb25
commit 81377ee478

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 = "+vimtex" },
{ "<localLeader>l", "", desc = "+vimtex", ft = "tex" },
},
},