dotfiles/dot_config/nvim/lua/plugins/ui.lua

11 lines
199 B
Lua
Raw Normal View History

2024-01-15 05:38:27 +01:00
return {
-- change lualine
{
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
opts = function(_, opts)
opts.sections.lualine_b = { { "branch", icon = "" } }
end,
},
}