add arrow style for statusline

This commit is contained in:
TianYaX 2022-06-06 11:46:48 +08:00 committed by siduck
parent 671321e0c8
commit 39a7f60682
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ local sep_style = {
left = "",
right = "",
},
arrow = {
left = "",
right = "",
},
}
local user_sep_style = require("core.utils").load_config().plugins.options.statusline.separator_style