Edgy.nvim Versions Save

Easily create and manage predefined window layouts, bringing a new edge to your workflow

v1.8.4

1 month ago

1.8.4 (2024-03-26)

Performance Improvements

  • set default fps to 30 instead of 100 (439112f)

v1.8.3

3 months ago

1.8.3 (2024-01-21)

Bug Fixes

  • disable nvim_eval_statusline since the window keeps resizing (48c9928)
  • layout: dont layout when the command-line window is open. Fixes #58 (d73e42b)
  • revert #47 for now (c9730c0)
  • window: dont pass window to winbar and click handler. Fixes #55 (2a5133c)

v1.8.2

7 months ago

1.8.2 (2023-10-13)

Bug Fixes

  • editor: use buf number to use as new main. (e75283c)
  • use eval_statusline to determine title width (#46) (f399e8f)

v1.8.1

7 months ago

1.8.1 (2023-09-30)

Bug Fixes

v1.8.0

9 months ago

1.8.0 (2023-07-25)

Features

  • allow configuring window size with functions (#39) (7506f83)

v1.7.0

10 months ago

1.7.0 (2023-06-30)

Features

  • option: allow closing edgy when all windows are hidden (#30) (c925031)

v1.6.1

10 months ago

1.6.1 (2023-06-21)

Bug Fixes

  • return when no real windows found (0ffa543)

v1.6.0

11 months ago

1.6.0 (2023-06-16)

Features

  • you can now resize edgy windows. See the readme for more details (8aa7a0e)

Bug Fixes

  • animate: don't animate terminal windows since it conflicts with reflow and can cause segfaults. Fixes #23 (408d053)

v1.5.0

11 months ago

1.5.0 (2023-06-09)

Features

  • commands: added require("edgy").toggle() (280cf44)

Bug Fixes

  • view: fixed opening state of pinned views (fa28a44)
  • view: open pinned when edgebar is active (f4f2d0f)

v1.4.0

11 months ago

1.4.0 (2023-06-08)

Features

  • added edgy.open to open all pinned views in a given sidebar (or all) (0f40452)

Bug Fixes

  • windows: add winhl instead of overwriting. Can also be set to "" to prevent edge changing winhl. Fixes #15 (779fdd8)