How to set window size? #394
Replies: 1 comment
-
For splits, So you could already change this per mode like: {
modes = {
diagnostics = {
win = {size = 10}
}
}
} Howver, I just pushed a change where for a split you can also define both a width/height.. Depending on the position one of the two will be used. So ou can just do the below to chang ethe efaults |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
LazyVim
and I've enabledtrouble-v3
, but the window size configuration like before doesn't work now.How can set window size now?
Beta Was this translation helpful? Give feedback.
All reactions