From 5705b6a414e49828f88a9efe6657737df92cb9ef Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 18 Jul 2024 11:49:18 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20thanks.nvim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Can automatically star all plugin repos --- lua/plugins/util.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index e37f427..70eb5c0 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -101,4 +101,8 @@ return { require("kulala").setup() end, }, + { + "jsongerber/thanks.nvim", + config = true, + }, }