mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
init
This commit is contained in:
commit
f0c2be8d63
7 changed files with 502 additions and 0 deletions
7
lua/rose-pine/init.lua
Normal file
7
lua/rose-pine/init.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local util = require('rose-pine.util')
|
||||
|
||||
local set = function()
|
||||
util.load()
|
||||
end
|
||||
|
||||
return { set = set }
|
||||
Loading…
Add table
Add a link
Reference in a new issue