nvim: lualine separators
This commit is contained in:
parent
70d2e9a4f2
commit
0169bf1243
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ lualine.setup({
|
|||
options = {
|
||||
globalstatus = true,
|
||||
theme = "onelight",
|
||||
component_separators = "╱",
|
||||
component_separators = { left = "╲", right = "╱" },
|
||||
section_separators = { left = "", right = "" },
|
||||
},
|
||||
sections = {
|
||||
|
|
Loading…
Reference in a new issue