-- version = "*", -- try installing the latest stable version for plugins that support semver
},
install = { colorscheme = { "tokyonight", "habamax" } },
- checker = { enabled = true }, -- automatically check for plugin updates
+ checker = {
+ -- automatically check for plugin updates
+ enabled = true,
+ notify = false,
+ },
performance = {
rtp = {
-- HACK: do not reset rtp to allow interop with vim-plug
"gzip",
-- "matchit",
-- "matchparen",
- -- "netrwPlugin",
+ "netrwPlugin",
"tarPlugin",
"tohtml",
"tutor",