[lsp] Improve UI display
This commit is contained in:
parent
2e3aad9446
commit
437ccb937b
1 changed files with 4 additions and 1 deletions
|
@ -1541,7 +1541,10 @@ Source: [[https://github.com/emacs-lsp/lsp-mode][GitHub:emacs-lsp/lsp-mode]]
|
||||||
:config (setq lsp-prefer-capf t))
|
:config (setq lsp-prefer-capf t))
|
||||||
|
|
||||||
(use-package lsp-ui
|
(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
|
(use-package lsp-ivy
|
||||||
:commands lsp-ivy-workspace-symbol)
|
:commands lsp-ivy-workspace-symbol)
|
||||||
|
|
Loading…
Reference in a new issue