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