Erlang LSP module improvements
- Add README.org - Make it so other completion frameworks don't compete with the lsp module - load lsp via erlang-local-vars-hook
This commit is contained in:
parent
89dd2f98a4
commit
1d91d9c6d6
3 changed files with 44 additions and 3 deletions
|
@ -26,4 +26,4 @@
|
|||
:hook (erlang-mode . company-erlang-init))
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'erlang-mode-hook #'lsp!))
|
||||
(add-hook 'erlang-mode-local-vars-hook #'lsp!))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue