fix(nvim): add separator to lualine

This commit is contained in:
Michael Thomas 2024-05-01 11:59:26 -04:00
parent 9392a7904a
commit f716ef2719

View File

@ -4,7 +4,7 @@ return {
event = "VeryLazy",
opts = function(_, opts)
opts.options.section_separators = ""
opts.options.component_separators = ""
opts.options.component_separators = { left = "·", right = "·" }
end,
},
}