diff options
author | Jaehwang Jung <tomtomjhj@gmail.com> | 2023-12-19 00:47:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 15:47:01 +0000 |
commit | cd1b14f027f375a9de17fdf106016470f52035f7 (patch) | |
tree | 5890d7d572f32c3fce0b20c8eb3093be0cc8f8c2 /runtime/lua/vim/_meta/api.lua | |
parent | 6cb78e2d1c4c6c63c628c965076a07ce5f7adbb6 (diff) | |
download | rneovim-cd1b14f027f375a9de17fdf106016470f52035f7.tar.gz rneovim-cd1b14f027f375a9de17fdf106016470f52035f7.tar.bz2 rneovim-cd1b14f027f375a9de17fdf106016470f52035f7.zip |
feat(termdebug): improve `:Evaluate` floating window (#26621)
Problem:
- The :Evaluate result window is not cleaned up when the cursor moves.
- This window is not focusable.
Solution:
Replace the old implementation from autozimu/LanguageClient-neovim with
vim.lsp.util.open_floating_preview and implement custom focusing logic.
Also remove g:termdebug_useFloatingHover option now that it's working
correctly.
Diffstat (limited to 'runtime/lua/vim/_meta/api.lua')
0 files changed, 0 insertions, 0 deletions