Disable tectonic usage in texlab
This commit is contained in:
parent
ddc4b7fb8b
commit
2867c14d83
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue