branch: elpa/eldoc-mouse
commit 1f245c638dbbef80661a5c9afd14ef87644054ec
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
include a video in readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 39e4cd934e1..7524c5d7aa1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,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.
[Eldoc-mouse Demo at Youtube](https://youtu.be/XFAc4WyiJjI)
-
+<video
src="https://github.com/user-attachments/assets/5622cfd2-de0c-46e8-9276-d67615671932"
controls></video>
## Features
- Displays documentation in a child frame when hovering over symbols in
`eglot` managed buffers.