mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
nvim(image-nvim): Limit image width to 40%
This commit is contained in:
parent
5d12aaacb0
commit
25b159c9cf
@ -304,7 +304,7 @@ in
|
||||
},
|
||||
max_width = 600,
|
||||
max_height = 400,
|
||||
max_width_window_percentage = nil,
|
||||
max_width_window_percentage = 40,
|
||||
max_height_window_percentage = 50,
|
||||
kitty_method = "normal",
|
||||
kitty_tmux_write_delay = 10,
|
||||
|
Loading…
Reference in New Issue
Block a user