non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-18 13:10:13 +01:00
parent 6b75072cba
commit fcb153569c
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ {
description = "My cpp development shell"; description = "My typst development shell";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";

View file

@ -88,12 +88,12 @@
} }
{ {
name = "markdown"; name = "markdown";
autoformat = true; auto-format = true;
language-servers = ["marksman"]; language-servers = ["marksman"];
} }
{ {
name = "typst"; name = "typst";
autoformat = true; auto-format = true;
language-servers = ["tinymist"]; language-servers = ["tinymist"];
} }
]; ];