dev: added hooks

dev-assets
Pocco81 3 years ago
parent 20685e3cf0
commit 0b9e1e36fc

@ -1,7 +1,18 @@
local M = {} local M = {}
function M.load() function M.load()
local catppuccino = require("catppuccino")
if (catppuccino.before_loading ~= nil) then
catppuccino.before_loading()
end
require("catppuccino.main").main("load") require("catppuccino.main").main("load")
if (catppuccino.after_loading ~= nil) then
catppuccino.after_loading()
end
end end
function M.setup(custom_opts) function M.setup(custom_opts)

Loading…
Cancel
Save