add filepath and extension

This commit is contained in:
Roel de Cort 2024-05-11 00:51:10 +02:00
parent c62721c861
commit 94a93aa4da

View file

@ -2,6 +2,9 @@ _: {
plugins.lualine = {
enable = true;
globalstatus = true;
extensions = [
"neo-tree"
];
disabledFiletypes = {
statusline = ["startup" "alpha"];
};
@ -41,6 +44,12 @@ _: {
};
};
}
{
name = "filename";
extraConfig = {
path = 1;
};
}
];
lualine_x = [
{