chore: add schema urls to preset config

This commit is contained in:
uncenter 2024-01-11 08:37:39 -05:00
parent 560a1bf3f9
commit 63fed7fc4a
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
[manager] [manager]
keymap = [ keymap = [

View file

@ -1,3 +1,5 @@
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
# vim:fileencoding=utf-8:foldmethod=marker # vim:fileencoding=utf-8:foldmethod=marker
# : Manager {{{ # : Manager {{{

View file

@ -1,3 +1,5 @@
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
[manager] [manager]
ratio = [ 1, 4, 3 ] ratio = [ 1, 4, 3 ]
sort_by = "modified" sort_by = "modified"