Closed AB10110F closed 3 months ago
@AB10110F It looks like the plugin is not passing the settings to the server. Does the build command run tectonic
or does it still use latexmk
? If latexmk
is called, then the server has not received any configuration and is still using the default settings.
@pfoerster You were right it was not using tectonic. I was able to solve it by installing tectonic with scoop and putting the whole path of sioyek on the config:
executable = "C:\\Users\\WSwor\\scoop\\apps\\sioyek\\2.0.0\\sioyek",
thank you
I'm using neovim with lspconfig on windows, I installed texlab and tectonic through mason and sioyek with scoop. I have Microsoft Visual C++ Redistributable for Visual Studio 2015 installed as well. I followed the wiki and my configuration is the following:
The autocompletion works perfectly, but when I try to execute the command TexlabForward it just says Search Unconfigured. What am I missing?