chore: remove unused typst templates

This commit is contained in:
2025-09-19 09:25:24 +02:00
parent a8481b409a
commit 3d49d5e784
6 changed files with 2 additions and 55 deletions

View File

@@ -2,9 +2,6 @@
name = "bibtex"
auto-format = false
[language-server.typst-lsp.config]
exportPdf = "never"
[[language]]
name = "c"
indent = { tab-width = 8, unit = " " }

View File

@@ -26,6 +26,8 @@ alias twatch="nix run .#watch"
alias tbuild="nix run .#build"
alias tlsp="nix-shell -p tinymist"
alias nlatex="nix-shell -p texlive.combined.scheme-full"
### Abbreviations
alias dcr='docker compose down && docker compose up -d && docker compose logs -f'
alias dh1='du . -h -d1'