non important commit
This commit is contained in:
parent
6b75072cba
commit
fcb153569c
2 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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"];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue