zed-editor: remove libewa as maintainer and resolve TODO
I no longer use Zed, and most of the code in the module is not mine. I'd rather have someone who actually uses the module take it up. The TODO was resolved a long time ago.
This commit is contained in:
parent
5be5d8245c
commit
bb014746ed
1 changed files with 1 additions and 3 deletions
|
|
@ -37,11 +37,9 @@ let
|
|||
});
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.hm.maintainers.libewa ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options = {
|
||||
# TODO: add vscode option parity (installing extensions, configuring
|
||||
# keybinds with nix etc.)
|
||||
programs.zed-editor = {
|
||||
enable = lib.mkEnableOption "Zed, the high performance, multiplayer code editor from the creators of Atom and Tree-sitter";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue