Use cursor to show documentation in lsp

This commit is contained in:
Benson Chu 2022-06-28 15:01:42 -05:00
parent e33023d548
commit 6baa026385

View file

@ -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)