hand7s: yazi plugins init

This commit is contained in:
hand7s 2025-05-05 11:37:48 +03:00
parent c2703eb83e
commit 2665969c44
No known key found for this signature in database

View file

@ -52,6 +52,20 @@
input = {
cursor_blink = true;
};
plugins = with pkgs.yaziPlugins; {
starship = starship;
rsync = rsync;
git = git;
chmod = chmod;
full-border = full-border;
};
initLua = ''
require("full-border"):setup({ type = ui.Border.ROUNDED })
require("starship"):setup()
require("git"):setup()
'';
};
};
};