zig
This commit is contained in:
parent
76e2c84490
commit
3ff2b42186
2 changed files with 4 additions and 1 deletions
nix
|
@ -29,6 +29,9 @@
|
|||
rust-analyzer
|
||||
cargo
|
||||
clippy
|
||||
# zig
|
||||
zig
|
||||
zls
|
||||
# android
|
||||
scrcpy
|
||||
android-tools
|
||||
|
|
|
@ -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"];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue