···3030 -- Configure any other settings here. See the documentation for more details.
3131 -- colorscheme that will be used when installing plugins.
3232 install = { colorscheme = { "rose-pine" } },
3333- -- automatically check for plugin updates
3434- checker = { enabled = true },
3333+ -- disable automatic checking for plugin updates
3434+ checker = { enabled = false },
3535})