You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
855 B
37 lines
855 B
[[plugin.prepend_fetchers]] |
|
# id = "git" # Remove if Yazi > v26.1.22 |
|
url = "*" |
|
run = "git" |
|
group = "git" |
|
|
|
[[plugin.prepend_fetchers]] |
|
# id = "git" # Remove if Yazi > v26.1.22 |
|
url = "*/" |
|
run = "git" |
|
group = "git" |
|
|
|
[opener] |
|
edit = [ |
|
{ run = 'nvim "$@"', desc = "Open in Neovim", block = true, for = "unix" }, |
|
] |
|
|
|
# [[plugin.prepend_previewers]] |
|
# url = "*" |
|
# run = 'piper -- echo "$1"' |
|
|
|
[[plugin.prepend_previewers]] |
|
url = "*.md" |
|
run = 'piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"' |
|
|
|
[[plugin.prepend_previewers]] |
|
url = "*/" |
|
run = 'piper -- eza -TL=3 --color=always --icons=always --group-directories-first --no-quotes "$1"' |
|
|
|
[[plugin.prepend_previewers]] |
|
mime = "application/sqlite3" |
|
run = 'piper -- sqlite3 "$1" ".schema --indent"' |
|
|
|
[[plugin.append_previewers]] |
|
url = "*" |
|
run = 'piper -- hexyl --border=none --terminal-width=$w "$1"' |
|
|
|
|