11 lines
204 B
Lua
11 lines
204 B
Lua
return {
|
|
"scottmckendry/cyberdream.nvim",
|
|
opts = {
|
|
transparent = true,
|
|
italic_comments = true,
|
|
hide_fillchars = true,
|
|
borderless_telescope = false,
|
|
terminal_colors = false,
|
|
},
|
|
}
|