From 5242ec36512c1363c08fa2bfc43630a7b0d01466 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 27 Apr 2025 21:51:42 +0800 Subject: [PATCH] chore(yazi): rm git plugin --- configs/programs/yazi.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configs/programs/yazi.nix b/configs/programs/yazi.nix index e0a5cfc..d75c6d9 100644 --- a/configs/programs/yazi.nix +++ b/configs/programs/yazi.nix @@ -1,5 +1,4 @@ { - inputs, pkgs, ... }: @@ -48,18 +47,6 @@ in run = "mediainfo"; } ]; - prepend_fetchers = [ - { - id = "git"; - name = "*"; - run = "git"; - } - { - id = "git"; - name = "*/"; - run = "git"; - } - ]; }; }; # ~/.config/yazi/keymap.toml @@ -80,7 +67,6 @@ in plugins = { full-border = "${yazi-plugins}/full-border.yazi"; smart-enter = "${yazi-plugins}/smart-enter.yazi"; - git = "${yazi-plugins}/git.yazi"; mount = "${yazi-plugins}/mount.yazi"; glow = pkgs.fetchFromGitHub { owner = "Reledia"; @@ -103,7 +89,6 @@ in }; initLua = '' require("full-border"):setup() - require("git"):setup() require("starship"):setup({ config_file = "${./yazi/starship.toml}", })