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:
Peter Steidel 2020-01-14 19:09:38 -05:00
parent 89dd2f98a4
commit 1d91d9c6d6
3 changed files with 44 additions and 3 deletions

View file

@ -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!))