feat: add rust ts and nix ls and for helix

This commit is contained in:
Jet Pham 2026-03-05 16:30:21 -08:00
parent ac09076b51
commit 3606cc7425
No known key found for this signature in database

View file

@ -71,6 +71,11 @@
tree
unzip
# LSP Servers
rust-analyzer
typescript-language-server
nil
# Desktop
element-desktop
file-roller
@ -129,6 +134,22 @@
other-lines = "hint";
};
}
{
name = "typescript";
end-of-line-diagnostics = "hint";
inline-diagnostics = {
cursor-line = "hint";
other-lines = "hint";
};
}
{
name = "nix";
end-of-line-diagnostics = "hint";
inline-diagnostics = {
cursor-line = "hint";
other-lines = "hint";
};
}
];
};
};