11 lines
169 B
Lua
11 lines
169 B
Lua
hl.config({
|
|
general = {
|
|
gaps_in = 3,
|
|
gaps_out = 4,
|
|
border_size = 2,
|
|
no_focus_fallback = true,
|
|
|
|
layout = "dwindle",
|
|
},
|
|
})
|