branch: elpa/eldoc-mouse
commit 67548c03d63cfb3c50d021eebe077142161aa11a
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md with demo video
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5b7635608c1..d8cc78fd0b3 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
`eldoc-mouse` is an Emacs package that enhances the `eldoc` functionality by
displaying documentation in a child frame at the mouse point using
[posframe](https://github.com/tumashu/posframe) when the mouse hovers over a
symbol in an `eglot` managed buffer. It integrates with `posframe` to provide
popup documentation and features a debounced hover mechanism to prevent
excessive requests to the LSP server.


+
## Features