From 3cd7f1db063d9cd5c489a825df6b253efbf6998e Mon Sep 17 00:00:00 2001 From: Harrison Cramer Date: Sat, 22 Apr 2023 00:12:25 -0400 Subject: [PATCH] Added plenary to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f6077..aa23e87 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ https://user-images.githubusercontent.com/32515581/233739969-216dad6e-fa77-417f- - Go - nui.nvim - nvim-notify +- plenary.nvim ## Installation @@ -31,7 +32,8 @@ return { "harrisoncramer/gitlab.nvim", dependencies = { "rcarriga/nvim-notify", - "MunifTanjim/nui.nvim" + "MunifTanjim/nui.nvim", + "nvim-lua/plenary.nvim" }, config = function() local gitlab = require("gitlab")