mirror of
https://github.com/helix-editor/helix
synced 2026-07-30 12:13:24 +02:00
19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
Config(
|
|
name: "helix",
|
|
values: [
|
|
1,
|
|
2,
|
|
],
|
|
nested: Inner(
|
|
enabled: true,
|
|
map: {
|
|
"a": 1,
|
|
"b": 2,
|
|
},
|
|
),
|
|
pair: (
|
|
1,
|
|
"two",
|
|
),
|
|
)
|