typst swap lsps

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-24 12:24:40 +02:00
parent 9e2eb410ab
commit 6f7449839d

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }@all: with all;
{
{ pkgs, ... }@all: with all; {
home = {
packages = with pkgs; [
# nixfmt-classic # nix formater
@@ -213,7 +212,7 @@
}
{
name = "typst";
language-servers = [ "tinymist" "language-tool" ];
language-servers = [ "language-tool" "tinymist" ];
}
{
name = "markdown";