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;
|
neo-tree.enable = true;
|
||||||
notify.enable = true;
|
notify.enable = true;
|
||||||
|
remote-nvim.enable = true;
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
};
|
};
|
||||||
userCommands = {
|
userCommands = {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ in
|
|||||||
config = lib.mkIf cfg {
|
config = lib.mkIf cfg {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
zed-editor-fhs
|
zed-editor
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user