mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
8 lines
186 B
Lua
8 lines
186 B
Lua
return {
|
|
'scottmckendry/cyberdream.nvim',
|
|
lazy = false,
|
|
priority = 1000,
|
|
options = {
|
|
theme = 'auto', -- "auto" will set the theme dynamically based on the colorscheme
|
|
},
|
|
}
|