Skip to content

Commit 6cd0409

Browse files
authored
Add additional info to lsp-ui-doc-enable docs (#669)
I initially didn't expect lsp-ui-doc-enable to only be read when the buffer was started, I thought it would take effect for buffers that were already running.
1 parent d12757e commit 6cd0409

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-ui-doc.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
:link '(info-link "(lsp-ui-doc) Customizing"))
6464

6565
(defcustom lsp-ui-doc-enable t
66-
"Whether or not to enable lsp-ui-doc."
66+
"Whether or not to enable lsp-ui-doc.
67+
Displays documentation of the symbol at point on hover. This only takes effect when a buffer is started."
6768
:type 'boolean
6869
:group 'lsp-ui)
6970

0 commit comments

Comments
 (0)