mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add LSP Support to Erlang
This commit is contained in:
@ -22,4 +22,8 @@
|
|||||||
|
|
||||||
(use-package! company-erlang
|
(use-package! company-erlang
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
|
:unless (featurep! +lsp)
|
||||||
:hook (erlang-mode . company-erlang-init))
|
:hook (erlang-mode . company-erlang-init))
|
||||||
|
|
||||||
|
(when (featurep! +lsp)
|
||||||
|
(add-hook 'erlang-mode-hook #'lsp!))
|
||||||
|
Reference in New Issue
Block a user