From 6baa026385490f389cd85c4db28d4dbef32407b6 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Tue, 28 Jun 2022 15:01:42 -0500 Subject: [PATCH] Use cursor to show documentation in lsp --- config-programming.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-programming.org b/config-programming.org index 169e81e..c79f02b 100644 --- a/config-programming.org +++ b/config-programming.org @@ -16,7 +16,8 @@ :hook (lsp-mode . lsp-ui-mode) :config (setq lsp-ui-flycheck-enable t) - (setq lsp-ui-flycheck-live-reporting t)) + (setq lsp-ui-flycheck-live-reporting t) + (setq lsp-ui-doc-show-with-cursor t)) (use-package dap-mode :hook ((java-mode . dap-mode)