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