Replies: 1 comment
-
|
set order value > these value in here https://github.com/sxyazi/yazi/blob/2ec3a6c645324295331c0f2ef6d4d946cf11c06b/yazi-plugin/preset/components/linemode.lua#L4-L5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
foot v1.20.2
yazi --debugoutputYazi Version: 25.3.2 (Arch Linux 2025-03-05) Debug : false Triple : x86_64-unknown-linux-gnu (linux-x86_64) Rustc : 1.85.0 (4d91de4e 2025-02-17) Ya Version: 25.3.2 (Arch Linux 2025-03-05) Emulator TERM : Some("foot") TERM_PROGRAM : None TERM_PROGRAM_VERSION: None Brand.from_env : Some(Foot) Emulator.detect : Emulator { kind: Left(Foot), light: false, cell_size: Some((22, 48)) } Adapter Adapter.matches: Sixel Desktop XDG_SESSION_TYPE : Some("wayland") WAYLAND_DISPLAY : Some("wayland-0") DISPLAY : Some(":0") SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : Some("/usr/bin/fish") EDITOR : Some("nvim") VISUAL : Some("nvim") YAZI_FILE_ONE : None YAZI_CONFIG_HOME: None YAZI_ZOXIDE_OPTS: None FZF_DEFAULT_OPTS: None Text Opener default : Some(Opener { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true }) block-create: Some(Opener { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true }) block-rename: Some(Opener { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true }) Multiplexers TMUX : false tmux version : tmux 3.5a tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : No such file or directory (os error 2) Dependencies file : 5.46 ueberzugpp : 2.9.6 ffmpeg/ffprobe: 7.1 / 7.1 pdftoppm : 25.02.0 magick : 7.1.1-45 fzf : 0.60.3 fd/fdfind : 10.2.0 / No such file or directory (os error 2) rg : 14.1.1 chafa : 1.14.5 zoxide : 0.9.7 7zz/7z : No such file or directory (os error 2) / 24.09 jq : 1.7.1 Clipboard wl-copy/paste: 2.2.1 / 2.2.1 xclip : 0.13 xsel : No such file or directory (os error 2) See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.Describe the question
When I use the git plugin, the linemode will misaligned, like this

I search the issue, and I found this, #77 . And I tried

require("git"):setup { order = 0 }. The linemode is aligned, but the git symbol is on left side...This is not what I want, I want the linemode aligned and the git symbol on the right side. Just like this:

I remember that this can be done in the previous version, but I don't know how to configure it in latest version.
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions