Update lsp.el
This commit is contained in:
parent
65ef2cab89
commit
0ac51f25a2
1 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue