hand7s: yazi plugins init
This commit is contained in:
parent
c2703eb83e
commit
2665969c44
1 changed files with 14 additions and 0 deletions
|
|
@ -52,6 +52,20 @@
|
||||||
input = {
|
input = {
|
||||||
cursor_blink = true;
|
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()
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue