diff options
| author | 🐈 <88maomao@gmail.com> | 2021-03-01 20:45:16 +0200 |
|---|---|---|
| committer | 🐈 <88maomao@gmail.com> | 2021-03-01 21:10:52 +0200 |
| commit | 66ff1a1c5621f8fd68f2aac1cc51887379657a84 (patch) | |
| tree | 68b38516fd7451ee6c81be5b29f570dfe61070b5 /lua | |
| parent | Add configuration for Erlang Language Server (diff) | |
| download | nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.tar nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.tar.gz nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.tar.bz2 nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.tar.lz nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.tar.xz nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.tar.zst nvim-lspconfig-66ff1a1c5621f8fd68f2aac1cc51887379657a84.zip | |
Add installation instructions for erlangls
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/erlangls.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/lspconfig/erlangls.lua b/lua/lspconfig/erlangls.lua index 0bc1a859..8e7a6e8b 100644 --- a/lua/lspconfig/erlangls.lua +++ b/lua/lspconfig/erlangls.lua @@ -15,6 +15,15 @@ configs.erlangls = { https://erlang-ls.github.io Language Server for Erlang. + +Clone [erlang_ls](https://github.com/erlang-ls/erlang_ls) +Compile the project with `make` and copy resulting binaries somewhere in your $PATH eg. `cp _build/*/bin/* ~/local/bin` + +Installation instruction can be found [here](https://github.com/erlang-ls/erlang_ls). + +Installation requirements: + - [Erlang OTP 21+](https://github.com/erlang/otp) + - [rebar3 3.9.1+](https://github.com/erlang/rebar3) ]]; default_config = { root_dir = [[root_pattern('rebar.config', 'erlang.mk', '.git') or util.path.dirname(fname)]] |
