diff --git a/lua/themepark.lua b/lua/themepark.lua index 2723024..2465090 100644 --- a/lua/themepark.lua +++ b/lua/themepark.lua @@ -472,7 +472,7 @@ end function themepark:plugin(name) self:init_layer_groups() local ts = require('themepark/plugins/' .. name, self) - ts.self = self + ts.themepark = self return ts end