From 3689c29aaea909d1c4cbf3ea1b6c1de2bd56a2f7 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 14 Sep 2024 03:37:18 -0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20refactor(nvim-updater):?= =?UTF-8?q?=20no=20need=20to=20specify=20cmds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit don't lazy-load the updater --- lua/plugins/nvim_updater.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/plugins/nvim_updater.lua b/lua/plugins/nvim_updater.lua index 48e2da6..bf39bcb 100644 --- a/lua/plugins/nvim_updater.lua +++ b/lua/plugins/nvim_updater.lua @@ -8,10 +8,6 @@ return { -- Neovim Updater branch = "master", }) end, - cmd = { - "UpdateNeovim", - "RemoveNeovimSource", - }, keys = { { "quU",