Update editors
Add remote-nvim plugin Switch away from Zed FHS
This commit is contained in:
@@ -144,6 +144,7 @@ in
|
||||
};
|
||||
neo-tree.enable = true;
|
||||
notify.enable = true;
|
||||
remote-nvim.enable = true;
|
||||
web-devicons.enable = true;
|
||||
};
|
||||
userCommands = {
|
||||
|
||||
@@ -14,7 +14,7 @@ in
|
||||
config = lib.mkIf cfg {
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
zed-editor-fhs
|
||||
zed-editor
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user