add arrow style for statusline
This commit is contained in:
parent
671321e0c8
commit
39a7f60682
|
@ -15,6 +15,11 @@ local sep_style = {
|
||||||
left = "█",
|
left = "█",
|
||||||
right = "█",
|
right = "█",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
arrow = {
|
||||||
|
left = "",
|
||||||
|
right = "",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
local user_sep_style = require("core.utils").load_config().plugins.options.statusline.separator_style
|
local user_sep_style = require("core.utils").load_config().plugins.options.statusline.separator_style
|
||||||
|
|
Loading…
Reference in New Issue