LSP-UI: set doc position to top

Doc position at point is annoying
This commit is contained in:
laurensmiers 2020-02-04 10:47:04 +01:00
parent 21ac5f6b78
commit 6b6601b361

View file

@ -933,6 +933,8 @@ https://github.com/alexmurray/flycheck-clang-analyzer
(use-package lsp-ui (use-package lsp-ui
:commands lsp-ui-mode :commands lsp-ui-mode
:ensure t :ensure t
:config
(setq lsp-ui-doc-position (quote top))
) )
(use-package company-lsp (use-package company-lsp