This commit is contained in:
kiyan42
2020-07-23 11:40:39 +02:00
parent 371941b3b2
commit 2ceb049b5b
3 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ local get_padding = function(depth)
end
if vim.g.lua_tree_indent_markers == 1 then
get_padding = function(depth, idx, tree, node, markers)
get_padding = function(depth, idx, tree, _, markers)
local padding = ""
if depth ~= 0 then
local rdepth = depth/2