kickstart.nvim/lua/custom/plugins/cyberdream.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
},
}