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