mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
helpers/toLuaObject: fix rawKey handling
This commit is contained in:
parent
1bbd58b6b2
commit
d15fade62b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ rec {
|
|||
if hasPrefix "__unkeyed" n then
|
||||
valueString
|
||||
else if hasPrefix "__rawKey__" n then
|
||||
"[${n}] = " + valueString
|
||||
''[${removePrefix "__rawKey__" n}] = '' + valueString
|
||||
else if n == "__emptyString" then
|
||||
"[''] = " + valueString
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue