13 lines
342 B
Lua
13 lines
342 B
Lua
return {
|
|
{ "scottmckendry/cyberdream.nvim", lazy = false, priority = 1000 },
|
|
{ "rebelot/kanagawa.nvim" },
|
|
{ "shaunsingh/nord.nvim" },
|
|
{ "bluz71/vim-nightfly-colors", name = "nightfly", lazy = false, priority = 1000 },
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "kanagawa",
|
|
},
|
|
},
|
|
}
|