23 lines
445 B
Lua
23 lines
445 B
Lua
return {
|
|
|
|
{
|
|
"https://github.com/folke/tokyonight.nvim",
|
|
lazy = true,
|
|
},
|
|
|
|
{
|
|
"https://github.com/exitface/synthwave.vim",
|
|
lazy = true,
|
|
},
|
|
|
|
{
|
|
"https://github.com/rebelot/kanagawa.nvim",
|
|
lazy = true,
|
|
opts = {
|
|
keywordStyle = { italic = false },
|
|
globalStatus = true,
|
|
transparent = true,
|
|
dimInactive = true,
|
|
},
|
|
},
|
|
}
|