[[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"'