Fix LTeX+

This commit is contained in:
Henri Dohmen 2025-07-16 11:48:14 +02:00
parent 8ffb755031
commit e3785de4e4
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -56,6 +56,8 @@ in
"editor.formatOnPaste" = false; "editor.formatOnPaste" = false;
"editor.formatOnSave" = false; "editor.formatOnSave" = false;
"editor.formatOnType" = false; "editor.formatOnType" = false;
# https://github.com/nix-community/nix-vscode-extensions/issues/123
"ltex.ltex-ls.path" = "${pkgs.ltex-ls-plus}";
}; };
}; };
}; };