mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: clean up types and setup logic
This commit is contained in:
parent
95b458f7b8
commit
6b7b38bbb3
4 changed files with 20 additions and 42 deletions
|
|
@ -15,6 +15,8 @@ function M.colorscheme(variant)
|
|||
require('rose-pine.theme')._load(config.options)
|
||||
end
|
||||
|
||||
M.setup = config.setup
|
||||
function M.setup(options)
|
||||
config.extend(options)
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue