LSP-UI: set doc position to top
Doc position at point is annoying
This commit is contained in:
parent
21ac5f6b78
commit
6b6601b361
1 changed files with 2 additions and 0 deletions
|
|
@ -933,6 +933,8 @@ https://github.com/alexmurray/flycheck-clang-analyzer
|
|||
(use-package lsp-ui
|
||||
:commands lsp-ui-mode
|
||||
:ensure t
|
||||
:config
|
||||
(setq lsp-ui-doc-position (quote top))
|
||||
)
|
||||
|
||||
(use-package company-lsp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue