Use floating window strategy for nvim

This commit is contained in:
Andy K. Massimino
2019-09-06 19:27:58 -04:00
parent e51c101301
commit 7ff09d9372
2 changed files with 20 additions and 29 deletions

View File

@@ -623,7 +623,8 @@ Module matchparen~
`'status_manual'`: Compute the status-line but do not display it (future
extension).
`'popup'`: Use neovim floating window or vim8 popup to show match.
`'popup'`: Use a popup window (requires at least vim 8.1.1406) or
a floating window (in neovim) to show the off-screen match.
scrolloff~
When enabled, off-screen matches will not be shown in the statusline while