Hi,
I've been trying to get texcompile to work on Linux, but without success. I found an issue at the Lite-XL repo (lite-xl/lite-xl#523), but they only discuss Windows.
I have this in my usersettings.lua:
["plugins"] = {
["texcompile"] = {
["latex_command"] = "latexmk -c -lualatex",
["view_command"] = "evince"
But I cant get it to compile much less to visualize the pdf.
Any help appreciated.