Skip to content

Commit edf7978

Browse files
committed
fixup: expand trouble and nvimtree width.
1 parent f9233e2 commit edf7978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/modules/configs/ui/edgy.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ return function()
3535
ft = "NvimTree",
3636
pinned = true,
3737
collapsed = false,
38-
size = { height = 0.6, width = 40 },
38+
size = { height = 0.6, width = 0.15 },
3939
open = "NvimTreeOpen",
4040
},
4141
{
4242
ft = "trouble",
4343
pinned = true,
4444
collapsed = false,
45-
size = { height = 0.4, width = 40 },
45+
size = { height = 0.4, width = 0.15 },
4646
open = "Trouble symbols toggle win.position=right",
4747
filter = trouble_filter("right"),
4848
},

0 commit comments

Comments
 (0)