nvim(image-nvim): Limit image width to 40%

This commit is contained in:
Donovan Glover 2023-09-30 11:23:59 -04:00
parent 5d12aaacb0
commit 25b159c9cf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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,