Files
2026-05-11 10:39:22 -04:00

13 lines
170 B
Lua

-- Remove all window gaps and borders.
hl.config({
general = {
gaps_out = 0,
gaps_in = 0,
border_size = 0,
},
decoration = {
rounding = 0,
},
})