Skip to content

Commit 15db180

Browse files
authored
fix: remove extra space on right related to #408 (#423)
1 parent fa5018b commit 15db180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neo-tree/sources/common/container.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ local merge_content = function(context)
187187
-- * Repeat until all layers have been merged.
188188
-- * Join the left and right tables together and return.
189189
--
190-
local remaining_width = context.container_width - 2 -- I don't know why I need to subtract 2
190+
local remaining_width = context.container_width
191191
local left, right = {}, {}
192192
local left_width, right_width = 0, 0
193193

0 commit comments

Comments
 (0)