mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
fix(helpers): use "__unkeyed" prefix instead of "@" in toLuaObject
(#632)
This commit is contained in:
parent
258acc56a9
commit
934bf7e2e3
6 changed files with 15 additions and 15 deletions
|
@ -210,7 +210,7 @@ in {
|
|||
}:
|
||||
mergeAttrs
|
||||
{
|
||||
"@" = name;
|
||||
"__unkeyed" = name;
|
||||
inherit icons_enabled icon separator color padding;
|
||||
}
|
||||
extraConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue