From 3b2ea8c4d266e677bb3a9852ebcc97d45f3cef24 Mon Sep 17 00:00:00 2001 From: Joe Duhamel Date: Tue, 16 Jan 2024 08:31:57 -0500 Subject: [PATCH] fix(nvim-complete): updated old keyword changed requires to dependencies as per lazy.nvim --- lua/astrocommunity/test/nvim-coverage/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/astrocommunity/test/nvim-coverage/init.lua b/lua/astrocommunity/test/nvim-coverage/init.lua index ff3330e48..c5ad3f761 100644 --- a/lua/astrocommunity/test/nvim-coverage/init.lua +++ b/lua/astrocommunity/test/nvim-coverage/init.lua @@ -1,5 +1,5 @@ return { "andythigpen/nvim-coverage", event = "User AstroFile", - requires = { "nvim-lua/plenary.nvim" }, + dependencies = { "nvim-lua/plenary.nvim" }, }