emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

Respect lsp-ui-doc-delay when mousing over text. #670

Closed patrickt closed 2 years ago

patrickt commented 2 years ago

The delay here was hardcoded to 0.5. I would have expected this to be commensurate with the lsp-ui-doc-delay setting.

Fixes https://github.com/emacs-lsp/lsp-ui/issues/664