branch: elpa/eldoc-mouse
commit 704fc91856950d80497ab211bc55b089620430e5
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ed795ef469a..d3323d59628 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
`eldoc-mouse` is an Emacs package that enhances the `eldoc` functionality by
displaying documentation in a child frame when the mouse hovers over a symbol
in an `eglot` managed buffer. It integrates with `eldoc-box` to provide popup
documentation and features a debounced hover mechanism to prevent excessive
requests to the LSP server.

+
## Features