-- 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
+ reset = false,
-- disable some rtp plugins
disabled_plugins = {
"gzip",