feat: add support for drop screensaver

This commit is contained in:
2024-09-24 14:46:11 -04:00
parent b949af32e7
commit 7847ad6b54
+9
View File
@@ -0,0 +1,9 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ Drop Screensaver │
-- ╰─────────────────────────────────────────────────────────╯
return {
"folke/drop.nvim",
lazy = true,
opts = { filetypes = {} },
}