folke / drop.nvim

🍁 Fun little plugin that can be used as a screensaver and on your dashboard
Apache License 2.0
294 stars 13 forks source link

bug: Drops do not stop after opening a file after using Nvdash #33

Closed Frestein closed 1 month ago

Frestein commented 2 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

v0.10.1

Operating system/version

Arch Linux

Describe the bug

I am facing a problem where the drops don't stop falling when I open some file after using Nvdash.

Steps To Reproduce

  1. Open Neovim (nvim -u repro.lua) and use the :Nvdash dashboard from NvChad.
  2. Observe the drops falling.
  3. Open any file (just press enter for open Telescope).

Expected Behavior

The drops should stop when a file is opened after using Nvdash.

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

vim.g.base46_cache = vim.fn.stdpath("data") .. "/nvchad/base46/"

require("lazy.minit").repro({
    spec = {
        {
            "NvChad/NvChad",
            lazy = false,
            branch = "v2.5",
            import = "nvchad.plugins",
        },
        {
            "folke/drop.nvim",
            opts = {

                themes = {
                    { theme = "summer", from = { month = 1, day = 1 }, to = { month = 12, day = 31 } },
                },
                max = 75,
                interval = 150,
                winblend = 50,
                filetypes = { "nvdash" },
            },
        },
    },
})

dofile(vim.g.base46_cache .. "statusline")
github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 7 days with no activity.