mirror of https://github.com/LazyVim/starter
10 lines
167 B
Lua
10 lines
167 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-lualine/lualine.nvim",
|
||
|
event = "VeryLazy",
|
||
|
opts = function(_, opts)
|
||
|
table.insert(opts.sections.lualine_x, "😄")
|
||
|
end,
|
||
|
},
|
||
|
}
|