Align lsp-ui-doc to window rather than frame

This commit is contained in:
Wojciech Kozlowski 2021-08-25 10:51:34 +02:00
parent 79719eeb2b
commit 61cc9769a0

View File

@ -300,6 +300,8 @@
(use-package lsp-ui
:commands lsp-ui-mode
:init
(setq lsp-ui-doc-alignment 'window)
:bind
(("M-#" . lsp-ui-doc-focus-frame))
:config