modify configuration for lualine, show more info
This commit is contained in:
parent
8ac25e0bc4
commit
e3df1c2a03
|
@ -66,7 +66,24 @@ return {
|
||||||
},
|
},
|
||||||
main = "lualine",
|
main = "lualine",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = { },
|
opts = {
|
||||||
|
sections = {
|
||||||
|
lualine_a = {'mode'},
|
||||||
|
lualine_b = {'branch', 'diff', 'diagnostics'},
|
||||||
|
lualine_c = {'filename'},
|
||||||
|
lualine_x = {'encoding', 'fileformat', 'filetype'},
|
||||||
|
lualine_y = {'progress'},
|
||||||
|
lualine_z = {'location'}
|
||||||
|
},
|
||||||
|
inactive_sections = {
|
||||||
|
lualine_a = {},
|
||||||
|
lualine_b = {},
|
||||||
|
lualine_c = {'filename'},
|
||||||
|
lualine_x = {'encoding', 'fileformat', 'filetype'},
|
||||||
|
lualine_y = {'progress'},
|
||||||
|
lualine_z = {'location'}
|
||||||
|
}
|
||||||
|
},
|
||||||
init = function(_)
|
init = function(_)
|
||||||
vim.o.mousemoveevent = true
|
vim.o.mousemoveevent = true
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue