We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5018b commit 15db180Copy full SHA for 15db180
lua/neo-tree/sources/common/container.lua
@@ -187,7 +187,7 @@ local merge_content = function(context)
187
-- * Repeat until all layers have been merged.
188
-- * Join the left and right tables together and return.
189
--
190
- local remaining_width = context.container_width - 2 -- I don't know why I need to subtract 2
+ local remaining_width = context.container_width
191
local left, right = {}, {}
192
local left_width, right_width = 0, 0
193
0 commit comments