mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 08:39:06 +02:00
9 lines
186 B
Lua
9 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
|
||
|
},
|
||
|
}
|