From 573fe67f340730cdfa47f185c27c7de890b779ed Mon Sep 17 00:00:00 2001 From: yeti Date: Wed, 14 May 2025 08:58:44 +0100 Subject: [PATCH] fix(nvim): switch install missing to true --- home/.config/nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/nvim/lua/config/lazy.lua b/home/.config/nvim/lua/config/lazy.lua index 7bd711f..89871d2 100644 --- a/home/.config/nvim/lua/config/lazy.lua +++ b/home/.config/nvim/lua/config/lazy.lua @@ -30,7 +30,7 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { missing = false, colorscheme = { "tokyonight", "habamax" } }, + install = { missing = true, colorscheme = { "tokyonight", "habamax" } }, checker = { enabled = false, -- check for plugin updates periodically notify = false, -- notify on update