mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 19:44:58 +02:00
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",
|
||
|
},
|
||
|
},
|
||
|
}
|