From 25b159c9cfbb9b98e55cde0a90e6db95096e80dc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 30 Sep 2023 11:23:59 -0400 Subject: [PATCH] nvim(image-nvim): Limit image width to 40% --- home/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/neovim.nix b/home/neovim.nix index c4c1578a..b4a66ec0 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -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,