nvim/lua/plugins/core.lua

22 lines
307 B
Lua
Raw Normal View History

2023-03-08 13:06:56 -05:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
2023-03-14 14:30:37 -04:00
{
"folke/lazy.nvim",
priority = 10001,
opts = {
checker = {
notify = false,
},
change_detection = {
enabled = false,
notify = false,
},
},
},
2023-03-08 13:06:56 -05:00
}