From 02b77e720ce80f0e2568dd77bc48de1f997b1c9c Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 8 May 2026 12:37:22 -0700 Subject: [PATCH] fix yazi config --- yazi/keymap.toml | 4 ---- yazi/theme.toml | 4 ---- yazi/yazi.toml | 8 ++------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/yazi/keymap.toml b/yazi/keymap.toml index ba3a335..d275e6b 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -1,7 +1,3 @@ -# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. -# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. -"$schema" = "https://yazi-rs.github.io/schemas/keymap.json" - [mgr] keymap = [ { on = "i", run = "plugin smart-enter", desc = "Smart enter" }, diff --git a/yazi/theme.toml b/yazi/theme.toml index b38f11b..d7fc292 100644 --- a/yazi/theme.toml +++ b/yazi/theme.toml @@ -1,7 +1,3 @@ -# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. -# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. -"$schema" = "https://yazi-rs.github.io/schemas/theme.json" - # vim:fileencoding=utf-8:foldmethod=marker [flavor] diff --git a/yazi/yazi.toml b/yazi/yazi.toml index 7739128..f503214 100644 --- a/yazi/yazi.toml +++ b/yazi/yazi.toml @@ -1,7 +1,3 @@ -# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. -# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. -"$schema" = "https://yazi-rs.github.io/schemas/yazi.json" - [mgr] ratio = [1, 3, 4] sort_by = "alphabetical" @@ -86,8 +82,8 @@ suppress_preload = false [plugin] prepend_fetchers = [ - { id = "git", url = "*", run = "git" }, - { id = "git", url = "*/", run = "git" }, + { url = "*", run = "git", group = "git" }, + { url = "*/", run = "git", group = "git" }, ] preloaders = [ # Image