diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml index 1cfc417..1f5a93b 100644 --- a/dot_config/yazi/yazi.toml +++ b/dot_config/yazi/yazi.toml @@ -24,6 +24,6 @@ append_previewers = [ { url = "*", run = "hexyl" }, ] prepend_fetchers = [ - { id = "git", url = "*", run = "git" }, - { id = "git", url = "*/", run = "git" }, + { group = "git", url = "*", run = "git" }, + { group = "git", url = "*/", run = "git" }, ]