style: change separator icon

This commit is contained in:
2024-12-08 20:55:26 -05:00
parent d226c1fdbd
commit f0ccb1a0bf
+3 -3
View File
@@ -38,9 +38,9 @@ return {
preference = nil, preference = nil,
}, },
highlight = false, highlight = false,
separator = ' > ', separator = ' ',
depth_limit = 0, depth_limit = 0,
depth_limit_indicator = '..', depth_limit_indicator = '',
safe_output = true, safe_output = true,
lazy_update_context = false, lazy_update_context = false,
click = true, click = true,
@@ -48,4 +48,4 @@ return {
return text return text
end, end,
}, },
} }