update to 25.05 and new screenshot solution, because the old one broke

This commit is contained in:
Sebastian Moser
2025-07-17 09:44:45 +02:00
parent 60b70c23d2
commit 50b5c2908c
6 changed files with 2049 additions and 399 deletions

View File

@@ -45,10 +45,11 @@
"filetypes" = [ "nix" ];
"rootPatterns" = [ "flake.nix" ];
};
"typst" = {
"command" = "${pkgs.typst-lsp}/bin/typst-lsp";
"filetypes" = [ "typ" "typst" ];
};
#"typst" = {
# error: 'typst-lsp' has been removed due to lack of upstream maintenance, consider using 'tinymist' instead
#"command" = "${pkgs.typst-lsp}/bin/typst-lsp";
#"filetypes" = [ "typ" "typst" ];
#};
};
"svelte.enable-ts-plugin" = true;
};