11 lines
230 B
Lua
11 lines
230 B
Lua
return {
|
|
{
|
|
"nvim-lualine/lualine.nvim",
|
|
event = "VeryLazy",
|
|
opts = function(_, opts)
|
|
opts.options.section_separators = ""
|
|
opts.options.component_separators = { left = "·", right = "·" }
|
|
end,
|
|
},
|
|
}
|