From 4ac6acbef29f4d711f2472def231c5543e7915c7 Mon Sep 17 00:00:00 2001 From: Joe Duhamel Date: Tue, 16 Jan 2024 08:31:57 -0500 Subject: [PATCH] fix(test/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" }, }