21 lines
307 B
Lua
21 lines
307 B
Lua
return {
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "catppuccin",
|
|
},
|
|
},
|
|
{
|
|
"folke/lazy.nvim",
|
|
priority = 10001,
|
|
opts = {
|
|
checker = {
|
|
notify = false,
|
|
},
|
|
change_detection = {
|
|
enabled = false,
|
|
notify = false,
|
|
},
|
|
},
|
|
},
|
|
}
|