Releases: carbon-steel/detour.nvim
Releases · carbon-steel/detour.nvim
v1.4.0
v1.3.1
Add support for very small detour popups
v1.3.0
- Move focus to parent when a popup closes
- Introduce a boolean return for
Detour()
andDetourCurrentWindow()
- 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
v1.1.0
Introduce :DetourCurrentWindow
and require('detour').DetourCurrentWindow
which opens a detour popup just over the current window.
v1.0.0
This release comes with just the one command :Detour
and its lua equivalent require('detour').Detour()
.