commit a33d29f88bada9e40ad78edea092a6f77d2e2b85
parent 3c7b602897561731bd9b40f818ac05896ec12a83
Author: mtmn <miro@haravara.org>
Date: Wed, 8 Apr 2026 11:41:12 +0200
void: install lsps
Diffstat:
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -43,6 +43,14 @@
sacad
];
+ lsp = with pkgs; [
+ rust-analyzer
+ gopls
+ typescript-language-server
+ ansible-language-server
+ clojure-lsp
+ ];
+
ops = with pkgs; [
ansible
ansible-lint
@@ -117,7 +125,6 @@
wget
whois
xh
- bandwhich
];
bpf = with pkgs; [
@@ -153,6 +160,7 @@
])
++ (with pkgs; [
fnlfmt
+ fennel-ls
]);
clj = with pkgs; [
@@ -173,12 +181,11 @@
dune
];
- node = with pkgs; [
+ javascript = with pkgs; [
nodejs
bun
deno
purescript
- typescript-language-server
];
};
in {