add padding first column
This commit is contained in:
@@ -22,8 +22,8 @@ local function check_siblings_for_folder(node, with_arrows)
|
||||
end
|
||||
|
||||
local function get_padding_indent_markers(depth, idx, nodes_number, markers, with_arrows, inline_arrows, node, early_stop)
|
||||
local base_padding = with_arrows and (not node.nodes or depth > 0) and " " or ""
|
||||
local padding = (inline_arrows or depth == 0) and base_padding or ""
|
||||
local base_padding = with_arrows and (not node.nodes or depth > 0) and " " or " "
|
||||
local padding = (inline_arrows or depth == 0) and base_padding or " "
|
||||
|
||||
if depth > 0 then
|
||||
local has_folder_sibling = check_siblings_for_folder(node, with_arrows)
|
||||
|
||||
Reference in New Issue
Block a user