trixy/lua/plugins/drop.lua

10 lines
413 B
Lua
Raw Normal View History

2023-07-29 15:00:35 +02:00
require('drop').setup
{
---@type DropTheme|string
theme = "leaves", -- can be one of rhe default themes, or a custom theme
max = 15, -- maximum number of drops on the screen
interval = 100, -- every 100ms we update the drops
screensaver = 1000 * 60 * 3, -- show after 3 minutes. Set to false, to disable
2023-08-10 22:31:27 +02:00
filetypes = { }, -- will enable/disable automatically for the following filetypes
2023-07-29 15:00:35 +02:00
}