mirror of https://github.com/LazyVim/starter
17 lines
209 B
Lua
17 lines
209 B
Lua
|
return {
|
||
|
{
|
||
|
"catppuccin/nvim",
|
||
|
enabled = false,
|
||
|
},
|
||
|
{
|
||
|
"folke/tokyonight.nvim",
|
||
|
enabled = false,
|
||
|
},
|
||
|
{
|
||
|
"LazyVim/LazyVim",
|
||
|
opts = {
|
||
|
colorscheme = "everforest",
|
||
|
},
|
||
|
},
|
||
|
}
|