From 6f7449839ddba92dd5bcfe89cb7668dd91247560 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 24 Oct 2025 12:24:40 +0200 Subject: [PATCH] typst swap lsps --- home-modules/helix.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index 2410339..cabe503 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -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";