folke / edgy.nvim

Easily create and manage predefined window layouts, bringing a new edge to your workflow
Apache License 2.0
840 stars 17 forks source link

feature: Disable animation for a window? #81

Closed Ajaymamtora closed 3 months ago

Ajaymamtora commented 4 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

Nvim-spectre doesn't work well when an animation is enabled and it's pinned to the bottom.

Describe the solution you'd like

It would be good to disable the edgy animation for specific items

      {
        ft = "spectre_panel",
        title = "Spectre",
        animation = false,
        size = {
          height = 0.4,
        },
      },

Describe alternatives you've considered

Disabling all animations, but I don't want to disable it for all windows

Additional context

No response

github-actions[bot] commented 3 months 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.

folke commented 3 months ago

that has been fixed