fix(nvim): don't auto-install missing plugins

This commit is contained in:
winston 2023-03-30 08:32:20 +02:00
parent b7d77c7005
commit 89192904c9
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -15,7 +15,10 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
M.setup = function(plugins)
require("lazy").setup(plugins, {
install = { colorscheme = { "catppuccin" } },
install = {
missing = false,
colorscheme = { "catppuccin" },
},
performance = {
rtp = {
disabled_plugins = {