style: re-format

This commit is contained in:
2026-06-12 17:12:25 -04:00
parent a0b22453eb
commit e298b55cb7
36 changed files with 832 additions and 832 deletions
+10 -10
View File
@@ -2,19 +2,19 @@ local M = {}
local settings = require("lua.lib.settings")
M.confs = {
general = {
layout = settings["default_layout"],
},
dwindle = {
preserve_split = true,
},
master = {},
scrolling = {},
monocle = {},
general = {
layout = settings["default_layout"],
},
dwindle = {
preserve_split = true,
},
master = {},
scrolling = {},
monocle = {},
}
function M.load()
hl.config(M.confs)
hl.config(M.confs)
end
return M