-
Notifications
You must be signed in to change notification settings - Fork 407
chktex compiler produces an error #2549
Copy link
Copy link
Closed
Labels
Description
Description
When trying to lint a simple tex file with VimTeX's built-in chktex compiler support using :compiler chktex|lmake, we get the following error:
Error detected while processing /$HOME/.local/share/nvim/site/pack/packer/start/vimtex/compi
ler/chktex.vim:
line 10:
E121: Undefined variable: s:compiler
E116: Invalid arguments for function printf
:!make 2>&1| tee /tmp/nvim.krishnakumar/2Mg5ex/1
make: *** No targets specified and no makefile found. Stop.
(1 of 1): make: *** No targets specified and no makefile found. Stop.
The lacheck linter works without any problem whatsoever.
Reactions are currently unavailable