better lsp

This commit is contained in:
Stefan Schwarz 2019-08-09 10:15:41 +02:00
parent 517176b53d
commit 17800eec8e

View file

@ -182,7 +182,9 @@
(use-package flycheck :ensure t
:init (global-flycheck-mode))
(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
:commands company-lsp)
(use-package yasnippet :ensure t