This commit is contained in:
Murphy 2025-02-10 21:01:49 -05:00
parent 76e2c84490
commit 3ff2b42186
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 4 additions and 1 deletions
nix
home
programs/neovim

View file

@ -29,6 +29,9 @@
rust-analyzer
cargo
clippy
# zig
zig
zls
# android
scrcpy
android-tools

View file

@ -127,7 +127,7 @@ with lib;
lsps = mkOption {
type = with types; listOf str;
description = "List of lsp servers to load";
default = ["clangd" "rust_analyzer"];
default = ["clangd" "zls" "rust_analyzer"];
};
};