Disable tectonic usage in texlab

This commit is contained in:
Natsu Kagami 2022-01-11 14:11:40 -05:00
parent ddc4b7fb8b
commit 2867c14d83
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -106,12 +106,12 @@ let
latex = { latex = {
command = "texlab"; command = "texlab";
filetypes = [ "latex" ]; filetypes = [ "latex" ];
roots = [ ".git" ]; roots = [ ".git" "main.tex" "all.tex" ];
settings_section = "texlab"; # settings_section = "texlab";
settings.texlab.build = { # settings.texlab.build = {
args = [ "%f" "--synctex" "--keep-logs" "--keep-intermediates" "-Zsearch-path=${config.home.homeDirectory}/texmf" "-Zshell-escape" ]; # args = [ "%f" "--synctex" "--keep-logs" "--keep-intermediates" "-Zsearch-path=${config.home.homeDirectory}/texmf" "-Zshell-escape" ];
executable = "tectonic"; # executable = "tectonic";
}; # };
}; };
nim = { nim = {
command = "nimlsp"; command = "nimlsp";