neovim(image-nvim): Decrease max width/height

This commit is contained in:
Donovan Glover 2023-07-26 12:49:54 -04:00
parent 28ba1ff805
commit d32d5e6c33
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -292,8 +292,8 @@ in
enabled = false, enabled = false,
}, },
}, },
max_width = nil, max_width = 600,
max_height = nil, max_height = 400,
max_width_window_percentage = nil, max_width_window_percentage = nil,
max_height_window_percentage = 50, max_height_window_percentage = 50,
kitty_method = "normal", kitty_method = "normal",