lualine abs path

This commit is contained in:
christoph 2024-04-06 20:59:40 +02:00
parent 35cad4a01a
commit cfedc094e0
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@ return {
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
},
sections = {
lualine_c = {
{
'filename',
path = 2,
},
},
},
}
end,
}