diff --git a/doc/vimspector.txt b/doc/vimspector.txt index 0faee9d13..cde3fecbe 100644 --- a/doc/vimspector.txt +++ b/doc/vimspector.txt @@ -419,8 +419,8 @@ Dependencies ~ Vimspector requires: - One of: -- Vim 8.2 Huge build compiled with Python 3.10 or later -- Neovim 0.8 with Python 3.10 or later (experimental) +- Vim 8.2.4797 or later "huge" build compiled with Python 3.10 or later +- Neovim 0.8 with Python 3.10 or later - One of the following operating systems: - Linux - macOS Mojave or later @@ -1553,6 +1553,10 @@ All rules for 'Variables and scopes' apply plus the following: Image: variable eval hover (see reference [29]) +You can disable automatic hovering popup by settings +'g:vimspector_enable_auto_hover=0' before starting the debug session. You can +then map something to 'VimspectorBalloonEval' and trigger it manually. + ------------------------------------------------------------------------------- *vimspector-watches* Watches ~ @@ -1583,6 +1587,10 @@ and value are displayed, with other data available from hovering the mouse or triggering 'VimspectorBalloonEval' on the line containing the value in the variables (or watches) window. +You can disable automatic hovering popup by settings +'g:vimspector_enable_auto_hover=0' before starting the debug session. You can +then map something to 'VimspectorBalloonEval' and trigger it manually. + ------------------------------------------------------------------------------- *vimspector-watch-autocompletion* Watch autocompletion ~