From 4771a1b71e10c597db3352c52867a73c8831c6ef Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 20 Feb 2024 19:03:43 +0100 Subject: Load the colorscheme on setup --- lua/no-clown-fiesta/init.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lua/no-clown-fiesta/init.lua b/lua/no-clown-fiesta/init.lua index 8bad306..401f6ff 100644 --- a/lua/no-clown-fiesta/init.lua +++ b/lua/no-clown-fiesta/init.lua @@ -1,12 +1,5 @@ local M = {} -function M.setup(opts) - local settings = require "no-clown-fiesta.settings" - if opts then - settings.set(opts) - end -end - function M.load() local settings = require "no-clown-fiesta.settings" local opts = settings.opts @@ -30,4 +23,12 @@ function M.load() end end +function M.setup(opts) + local settings = require "no-clown-fiesta.settings" + if opts then + settings.set(opts) + end + M.load() +end + return M -- cgit v1.2.3-70-g09d2