Add deputy package and LSP configuration for Zed
This commit is contained in:
@@ -8,5 +8,6 @@
|
|||||||
uv
|
uv
|
||||||
python314
|
python314
|
||||||
ruff
|
ruff
|
||||||
|
deputy
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,16 @@
|
|||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
deputy = {
|
||||||
|
binary = {
|
||||||
|
path = lib.getExe pkgs.deputy;
|
||||||
|
arguments = [
|
||||||
|
"serve"
|
||||||
|
"--github-token"
|
||||||
|
"$(gh auth token)"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
binary = {
|
binary = {
|
||||||
path = lib.getExe pkgs.bash;
|
path = lib.getExe pkgs.bash;
|
||||||
|
|||||||
Reference in New Issue
Block a user