aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/opts/lualine.lua
blob: 456fa37bc846552e8fca9be5efc50eaa6be723e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
return {
	sections = {
		lualine_a = { "mode" },
		lualine_b = { "branch", "diff" },
		lualine_c = {{ "buffers", mode = 2 }},

		lualine_x = { "diagnostics" },
		lualine_y = { "progress" },
		lualine_z = {},
	},

	options = {
		component_separators = "",
		section_separators = "",
	},
}