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
+3 -3
View File
@@ -4,9 +4,9 @@ local colorscheme = require("lua.conf.colorscheme")
local M = {} local M = {}
M.autostart = { M.autostart = {
function () function()
hl.exec_cmd("hyprctl plugin load /usr/lib/hyprland-plugins/hyprexpo.so") hl.exec_cmd("hyprctl plugin load /usr/lib/hyprland-plugins/hyprexpo.so")
end end,
} }
M.confs = { M.confs = {
@@ -41,7 +41,7 @@ M.binds = {
dispatcher = function() dispatcher = function()
hl.plugin.hyprexpo.expo("toggle") hl.plugin.hyprexpo.expo("toggle")
end, end,
desc = "Toggle hyprexpo" desc = "Toggle hyprexpo",
}, },
} }
+1 -1
View File
@@ -26,7 +26,7 @@ end
print("loading plugins...") print("loading plugins...")
for name, enabled in pairs(settings.plugins) do for name, enabled in pairs(settings.plugins) do
print("plugin ".. name .." enabled is "..tostring(enabled)) print("plugin " .. name .. " enabled is " .. tostring(enabled))
if enabled then if enabled then
local plug = load_plugin(name) local plug = load_plugin(name)
print("plugin " .. name .. " loaded.") print("plugin " .. name .. " loaded.")