summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-09-29 22:07:02 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-09-29 22:07:02 +0200
commit04b808e9769ded988089772ffcaf08d92d75d927 (patch)
tree64ecee652f335c3e47987e004a140bd345baafc3 /lua/no-clown-fiesta
parentcff4050e8c5d604441f1d743843044467c4f764d (diff)
Fix lualine and load funHEADmaster
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/init.lua b/lua/no-clown-fiesta/init.lua
index e932e4b..7cb5549 100644
--- a/lua/no-clown-fiesta/init.lua
+++ b/lua/no-clown-fiesta/init.lua
@@ -7,7 +7,8 @@ function M.setup(opts)
end
end
-function M.load()
+function M.load(opts)
+ M.setup(opts)
local settings = require "no-clown-fiesta.settings"
local opts = settings.opts