fix(view): file filter and info popup above floating view

Co-authored-by: Krzysztof Cieśla <krzysztof.marcin.ciesla@cern.ch>
This commit is contained in:
Krzysztof Cieśla
2022-09-03 06:29:18 +02:00
committed by GitHub
parent 011a7816b8
commit d753a1da9a
2 changed files with 23 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ local function setup_window(node)
width = max_width + 1,
height = #lines,
noautocmd = true,
zindex = 60,
})
local winnr = a.nvim_open_win(0, false, open_win_config)
current_popup = {