branch: elpa/eldoc-mouse
commit 720404a4eb39a5bb3b0645a59a75abf0ff7d8701
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 06c2e9540ea..0decb8443c6 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,11 @@
## Features
-- Displays documentation in a child frame when hovering over symbols in
`eglot`-managed buffers.
+- Displays documentation in a child frame when hovering over symbols in
`eglot` managed buffers.
- Integrates with `eldoc-box` for popup documentation.
- Avoids spamming the LSP server by debouncing hover events.
- Works in `prog-mode` buffers to show documentation for the symbol under the
mouse cursor.
+- Removed the unnecessary signatures from the document to make doucment more
clear.
## Installation