blob: 708a12b71e8acfc7e5483d011052f78d68356db2 (
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 = "",
},
}
|