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