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 = {
|
||||
enable = true;
|
||||
globalstatus = true;
|
||||
extensions = [
|
||||
"neo-tree"
|
||||
];
|
||||
disabledFiletypes = {
|
||||
statusline = ["startup" "alpha"];
|
||||
};
|
||||
|
|
@ -41,6 +44,12 @@ _: {
|
|||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "filename";
|
||||
extraConfig = {
|
||||
path = 1;
|
||||
};
|
||||
}
|
||||
];
|
||||
lualine_x = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue