Replies: 1 comment 1 reply
-
You have two options that handle how the display window is opened. They are require('packer').init({
display = {
open_fn = nil, -- An optional function to open a window for packer's display
open_cmd = '65vnew \\[packer\\]', -- An optional command to open a window for packer's display
},
}) You can simply make the value |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to make the preview window bigger?
I like to go through the diffs to see if I need to update any configs, but the default preview window takes about 10% of the screen.
Beta Was this translation helpful? Give feedback.
All reactions