From a52eda2915ded1550a1ebea6bfd981e29d5de931 Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Mon, 12 Jun 2023 09:18:29 -0400 Subject: [PATCH] Add bbye --- lua/plugins/bbye.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/bbye.lua diff --git a/lua/plugins/bbye.lua b/lua/plugins/bbye.lua new file mode 100644 index 0000000..2b902c6 --- /dev/null +++ b/lua/plugins/bbye.lua @@ -0,0 +1,5 @@ +return { + { + "moll/vim-bbye", + }, +}