Update lsp.el

main
Rawley Fowler 2 years ago committed by GitHub
parent 65ef2cab89
commit 0ac51f25a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,13 @@
:init
(global-flycheck-mode))
(when (eq system-type 'darwin)
(use-package exec-path-from-shell ; Needed for MacOS with flycheck
:init
(exec-path-from-shell-initialize)))
(use-package company
:hook
:init
(global-company-mode))
(use-package helm-lsp)

Loading…
Cancel
Save