LazyVim/lua/plugins/UI.lua

11 lines
249 B
Lua

return {
{
"nvim-lualine/lualine.nvim",
opts = function(_, opts)
opts.options.theme = "codedark"
opts.sections.lualine_y = { "fileformat", "encoding" }
opts.sections.lualine_z = { "progress", "location" }
end,
},
}