9 lines
80 B
Lua
9 lines
80 B
Lua
---@type SigilConfig
|
|
return {
|
|
target = {
|
|
linux = "~",
|
|
darwin = "~",
|
|
},
|
|
}
|
|
|