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