mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
9 lines
98 B
Lua
9 lines
98 B
Lua
local util = require('rose-pine.util')
|
|
|
|
local M = {}
|
|
|
|
function M.set()
|
|
util.load()
|
|
end
|
|
|
|
return M
|