chore: clean up types and setup logic

This commit is contained in:
mvllow 2023-05-28 17:26:42 +02:00
commit ab6ab41da0
4 changed files with 20 additions and 42 deletions

View file

@ -15,6 +15,8 @@ function M.colorscheme(variant)
require('rose-pine.theme')._load(config.options)
end
M.setup = config.setup
function M.setup(options)
config.extend(options)
end
return M