From 5096a7816dcff650cdc5c29e7bba415e4fe94e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:57:56 +0000 Subject: [PATCH] Update dependency nvim-lua/plenary.nvim to v0.1.4 --- dotfiles/.config/nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/nvim/lua/plugins.lua b/dotfiles/.config/nvim/lua/plugins.lua index 0328a3d2..743dc601 100644 --- a/dotfiles/.config/nvim/lua/plugins.lua +++ b/dotfiles/.config/nvim/lua/plugins.lua @@ -14,7 +14,7 @@ require 'lazy'.setup { -- Basic { 'nvim-lua/plenary.nvim', - tag = "v0.1.3", + tag = "v0.1.4", lazy = true, event = { "VeryLazy" }, },