We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9233e2 commit edf7978Copy full SHA for edf7978
1 file changed
lua/modules/configs/ui/edgy.lua
@@ -35,14 +35,14 @@ return function()
35
ft = "NvimTree",
36
pinned = true,
37
collapsed = false,
38
- size = { height = 0.6, width = 40 },
+ size = { height = 0.6, width = 0.15 },
39
open = "NvimTreeOpen",
40
},
41
{
42
ft = "trouble",
43
44
45
- size = { height = 0.4, width = 40 },
+ size = { height = 0.4, width = 0.15 },
46
open = "Trouble symbols toggle win.position=right",
47
filter = trouble_filter("right"),
48
0 commit comments