Skip to content

Releases: carbon-steel/detour.nvim

v1.4.0

23 Jan 23:52
d054657
Compare
Choose a tag to compare

Added support for manipulating detour popups with autocmds

v1.3.1

23 Jan 21:40
6e722a0
Compare
Choose a tag to compare

Add support for very small detour popups

v1.3.0

17 Jan 19:34
d3cb997
Compare
Choose a tag to compare
  • Move focus to parent when a popup closes
  • Introduce a boolean return for Detour() and DetourCurrentWindow()
  • Make parent windows of popups unfocusable (prevents you from accidentally doing things behind the top popup. This has the exception where non-floating parent windows are still focusable but this is being fixed in a follow up change and may require a breaking change.

v1.2.0

22 Dec 17:12
1f82dd4
Compare
Choose a tag to compare
  • Add support for creating detour popups on top of non-detour popups (thanks @neilvyas !)
  • Fix detour popup window dimensions.
    • Support creating very small detour popups.
    • Adjust positions so that detours don't spill over into windows they shouldn't cover.

v1.1.0

17 Dec 18:38
d16f053
Compare
Choose a tag to compare

Introduce :DetourCurrentWindow and require('detour').DetourCurrentWindow which opens a detour popup just over the current window.

v1.0.0

10 Dec 02:00
c75c624
Compare
Choose a tag to compare

This release comes with just the one command :Detour and its lua equivalent require('detour').Detour().