mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
feat: allow custom formatting for status components (#1018)
This commit is contained in:
parent
7a952a4e32
commit
a89c8a9a97
2 changed files with 18 additions and 1 deletions
|
@ -85,6 +85,11 @@
|
|||
TelescopePrompt = "Telescope";
|
||||
NvimTree = "NvimTree";
|
||||
};
|
||||
fmt = ''
|
||||
function(value)
|
||||
return value
|
||||
end
|
||||
'';
|
||||
}
|
||||
];
|
||||
lualine_z = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue