fix yazi config

This commit is contained in:
David Chen 2026-05-08 12:37:22 -07:00
parent 504e1fb0e8
commit 02b77e720c
3 changed files with 2 additions and 14 deletions

View file

@ -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] [mgr]
keymap = [ keymap = [
{ on = "i", run = "plugin smart-enter", desc = "Smart enter" }, { on = "i", run = "plugin smart-enter", desc = "Smart enter" },

View file

@ -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 # vim:fileencoding=utf-8:foldmethod=marker
[flavor] [flavor]

View file

@ -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] [mgr]
ratio = [1, 3, 4] ratio = [1, 3, 4]
sort_by = "alphabetical" sort_by = "alphabetical"
@ -86,8 +82,8 @@ suppress_preload = false
[plugin] [plugin]
prepend_fetchers = [ prepend_fetchers = [
{ id = "git", url = "*", run = "git" }, { url = "*", run = "git", group = "git" },
{ id = "git", url = "*/", run = "git" }, { url = "*/", run = "git", group = "git" },
] ]
preloaders = [ preloaders = [
# Image # Image