mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
fix yazi config
This commit is contained in:
parent
504e1fb0e8
commit
02b77e720c
3 changed files with 2 additions and 14 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue