mirror of
https://github.com/rose-pine/neovim.git
synced 2026-05-27 12:34:24 +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
|