fix(nvim): add separator to lualine
This commit is contained in:
parent
9392a7904a
commit
f716ef2719
@ -4,7 +4,7 @@ return {
|
|||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.options.section_separators = ""
|
opts.options.section_separators = ""
|
||||||
opts.options.component_separators = ""
|
opts.options.component_separators = { left = "·", right = "·" }
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user