This commit is contained in:
mvllow 2021-08-20 11:00:41 -05:00
commit 70bd2ee9e6
4 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,9 @@
local util = require('rose-pine.util')
local set = function()
local M = {}
function M.set()
util.load()
end
return { set = set }
return M