From f5649bf44e4a3d683e1da30283dbce66e484c476 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 21 Jul 2024 08:10:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=81=20Only=20star=20manually?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Only use thanks plugin to star plugin repos manually - Don't auto-run by default --- lua/plugins/util.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index 130f07f..a9fc53c 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -106,6 +106,8 @@ return { }, { "jsongerber/thanks.nvim", - config = true, + config = { + star_on_install = false, + }, }, }