mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Fix typo: nix lists are space separated, not comma separated
This commit is contained in:
parent
78f6ff0369
commit
f42468972c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ A certain number of helpers are defined that can be useful:
|
|||
This allows to define mixed table/list in lua:
|
||||
|
||||
```nix
|
||||
(listToUnkeyedAttrs ["a", "b"]) // {foo = "bar";}
|
||||
(listToUnkeyedAttrs ["a" "b"]) // {foo = "bar";}
|
||||
```
|
||||
|
||||
Resulting in the following lua:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue