From 7dc58e7ceab03682b7f2ac2bcf6903273a7fe9ba Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 20 Feb 2024 19:20:34 +0100 Subject: Revert load colorscheme on setup 4771a1b 'Load the colorscheme on setup' --- lua/no-clown-fiesta/init.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'lua') diff --git a/lua/no-clown-fiesta/init.lua b/lua/no-clown-fiesta/init.lua index 401f6ff..8bad306 100644 --- a/lua/no-clown-fiesta/init.lua +++ b/lua/no-clown-fiesta/init.lua @@ -1,5 +1,12 @@ 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 @@ -23,12 +30,4 @@ 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