From 7847ad6b540305342265cdc0d340b2f8c5fdd5b3 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 24 Sep 2024 14:45:57 -0400 Subject: [PATCH] feat: add support for drop screensaver --- lua/plugins/dashboard/drop.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/dashboard/drop.lua diff --git a/lua/plugins/dashboard/drop.lua b/lua/plugins/dashboard/drop.lua new file mode 100644 index 0000000..42bfd2a --- /dev/null +++ b/lua/plugins/dashboard/drop.lua @@ -0,0 +1,9 @@ +-- ╭─────────────────────────────────────────────────────────╮ +-- │ Drop Screensaver │ +-- ╰─────────────────────────────────────────────────────────╯ + +return { + "folke/drop.nvim", + lazy = true, + opts = { filetypes = {} }, +}