style: re-format
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.")
|
||||||
|
|||||||
Reference in New Issue
Block a user