[lsp] Improve UI display

This commit is contained in:
Marcel Kapfer 2022-06-23 17:37:27 +02:00
parent 2e3aad9446
commit 437ccb937b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 1 deletions

View File

@ -1541,7 +1541,10 @@ Source: [[https://github.com/emacs-lsp/lsp-mode][GitHub:emacs-lsp/lsp-mode]]
:config (setq lsp-prefer-capf t))
(use-package lsp-ui
:commands lsp-ui-mode)
:commands lsp-ui-mode
:config
(setq lsp-ui-sideline-show-code-actions t
lsp-ui-sideline-show-hover t))
(use-package lsp-ivy
:commands lsp-ivy-workspace-symbol)