helix: switch from marksman to taplo

This commit is contained in:
Bloxx12 2025-05-12 10:52:23 +02:00
commit 215509ade7
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,6 @@
lazygit,
lib,
lldb_19,
marksman,
nil,
nixd,
ruff,
@ -125,7 +124,7 @@
gopls
lldb_19
# Markdown
marksman
taplo
# Nix
nil
nixd

View file

@ -71,7 +71,7 @@
name = "markdown";
auto-format = true;
formatter = mark "md";
language-servers = ["scls" "marksman"];
language-servers = ["scls" "taplo"];
}
{
name = "nix";