forked from extern/nix-config
neovim(image-nvim): Decrease max width/height
This commit is contained in:
parent
28ba1ff805
commit
d32d5e6c33
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user