Include session name in lualine
This commit is contained in:
parent
cc8a280aa9
commit
54cff1d747
@ -20,10 +20,13 @@ return {
|
|||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_x = {
|
lualine_b = {
|
||||||
{ "encoding" },
|
function()
|
||||||
{ "fileformat" },
|
return require("auto-session.lib").current_session_name(true)
|
||||||
{ "filetype" },
|
end,
|
||||||
|
"branch",
|
||||||
|
"diff",
|
||||||
|
"diagnostics",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user