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