From 719660dc413a00268b7a27975ece248cbaa2d3e2 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 10 Jul 2024 15:26:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B4=20User-is-bored=20Plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Implements an unimplemented "feature" from the help docs - Press the same key a LOT of times to see --- lua/plugins/ugbi.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/ugbi.lua diff --git a/lua/plugins/ugbi.lua b/lua/plugins/ugbi.lua new file mode 100644 index 0000000..815580b --- /dev/null +++ b/lua/plugins/ugbi.lua @@ -0,0 +1,4 @@ +return { + "mikesmithgh/ugbi", + lazy = false, +}