1
0
forked from extern/nix-config

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,
},
},
max_width = nil,
max_height = nil,
max_width = 600,
max_height = 400,
max_width_window_percentage = nil,
max_height_window_percentage = 50,
kitty_method = "normal",