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 = {} }, +}