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
|
|
},
|
|
}
|