better lsp
This commit is contained in:
parent
517176b53d
commit
17800eec8e
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -182,7 +182,9 @@
|
||||||
(use-package flycheck :ensure t
|
(use-package flycheck :ensure t
|
||||||
:init (global-flycheck-mode))
|
:init (global-flycheck-mode))
|
||||||
(use-package lsp-ui :ensure t
|
(use-package lsp-ui :ensure t
|
||||||
:commands lsp-ui-mode)
|
:commands lsp-ui-mode
|
||||||
|
:config (setq lsp-ui-doc-position 'at-point
|
||||||
|
lsp-ui-doc-use-childframe t))
|
||||||
(use-package company-lsp :ensure t
|
(use-package company-lsp :ensure t
|
||||||
:commands company-lsp)
|
:commands company-lsp)
|
||||||
(use-package yasnippet :ensure t
|
(use-package yasnippet :ensure t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue