chore(yazi): rm git plugin
This commit is contained in:
parent
6f2f650892
commit
5242ec3651
1 changed files with 0 additions and 15 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -48,18 +47,6 @@ in
|
||||||
run = "mediainfo";
|
run = "mediainfo";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
prepend_fetchers = [
|
|
||||||
{
|
|
||||||
id = "git";
|
|
||||||
name = "*";
|
|
||||||
run = "git";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
id = "git";
|
|
||||||
name = "*/";
|
|
||||||
run = "git";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# ~/.config/yazi/keymap.toml
|
# ~/.config/yazi/keymap.toml
|
||||||
|
@ -80,7 +67,6 @@ in
|
||||||
plugins = {
|
plugins = {
|
||||||
full-border = "${yazi-plugins}/full-border.yazi";
|
full-border = "${yazi-plugins}/full-border.yazi";
|
||||||
smart-enter = "${yazi-plugins}/smart-enter.yazi";
|
smart-enter = "${yazi-plugins}/smart-enter.yazi";
|
||||||
git = "${yazi-plugins}/git.yazi";
|
|
||||||
mount = "${yazi-plugins}/mount.yazi";
|
mount = "${yazi-plugins}/mount.yazi";
|
||||||
glow = pkgs.fetchFromGitHub {
|
glow = pkgs.fetchFromGitHub {
|
||||||
owner = "Reledia";
|
owner = "Reledia";
|
||||||
|
@ -103,7 +89,6 @@ in
|
||||||
};
|
};
|
||||||
initLua = ''
|
initLua = ''
|
||||||
require("full-border"):setup()
|
require("full-border"):setup()
|
||||||
require("git"):setup()
|
|
||||||
require("starship"):setup({
|
require("starship"):setup({
|
||||||
config_file = "${./yazi/starship.toml}",
|
config_file = "${./yazi/starship.toml}",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue