nvim/lua/plugins/core.lua

22 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,
},
},
},
}