We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466be8b commit e73451eCopy full SHA for e73451e
1 file changed
plugin/nnn.vim
@@ -7,7 +7,7 @@ if !(exists("g:nnn#set_default_mappings"))
7
let g:nnn#set_default_mappings = 1
8
endif
9
10
-let g:nnn#has_floating_window_support = has('nvim-0.5') || has('patch-8.2.191')
+let g:nnn#has_floating_window_support = has('nvim-0.5') || has('popupwin')
11
12
if !(exists("g:nnn#layout"))
13
if g:nnn#has_floating_window_support
0 commit comments