add filepath and extension
This commit is contained in:
parent
c62721c861
commit
94a93aa4da
1 changed files with 9 additions and 0 deletions
|
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue