mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-03 23:56:56 +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 }
|