From 89192904c95a69086e33e19d5f9f3d0b92e0d745 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 30 Mar 2023 08:32:20 +0200 Subject: [PATCH] fix(nvim): don't auto-install missing plugins --- home/apps/neovim/lua/config/plugins.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/apps/neovim/lua/config/plugins.lua b/home/apps/neovim/lua/config/plugins.lua index e7466cb..99b6a33 100644 --- a/home/apps/neovim/lua/config/plugins.lua +++ b/home/apps/neovim/lua/config/plugins.lua @@ -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 = {