8 lines
110 B
Lua
8 lines
110 B
Lua
-- Use rounded window corners.
|
|
hl.config({
|
|
decoration = {
|
|
rounding = 6,
|
|
rounding_power = 3,
|
|
},
|
|
})
|