From e886694e0f345cc7f388f908cdcfba4aef0114e2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 20 Mar 2023 18:05:04 +0000 Subject: [PATCH] lazy: check for updates on startup --- config/nvim/lua/config/lazy.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nvim/lua/config/lazy.lua b/config/nvim/lua/config/lazy.lua index ec40b897..b66ce84a 100644 --- a/config/nvim/lua/config/lazy.lua +++ b/config/nvim/lua/config/lazy.lua @@ -13,4 +13,7 @@ return { lazy = "💤 ", }, }, + checker = { + enabled = true + } }