Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add language server for elixir and nix #725

Merged
merged 1 commit into from
Sep 7, 2021
Merged

add language server for elixir and nix #725

merged 1 commit into from
Sep 7, 2021

Conversation

happysalada
Copy link
Contributor

this adds language servers for elixir and nix.

I tried testing, but upon nix build . -L, I hit a compilation error on darwin

 Building build.rs (helix-syntax)
       > Running rustc --crate-name build_script_build build.rs --crate-type bin -C debuginfo=2 -C codegen-units=4 --edition 2018 --cfg feature="default" --out-dir target/build/helix-syntax --emit=dep-info,link -L dependency=target/buildDeps --extern anyhow=/nix/store/4qppk39q3ailrlx1h3756q76dwd5d3f9-rust_anyhow-1.0.43-lib/lib/libanyhow-70434c982d.rlib --extern cc=/nix/store/6z4n0z64yb56idhxmjq1jjvirdg2zrvp-rust_cc-1.0.70-lib/lib/libcc-a04023643d.rlib --extern threadpool=/nix/store/rw61d1dy16gizzarhh88328my0wg6x3p-rust_threadpool-1.8.1-lib/lib/libthreadpool-56ad10a5c6.rlib --cap-lints allow --color always
       > thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', build.rs:156:10
       > stack backtrace:

@archseer
Copy link
Member

archseer commented Sep 7, 2021

@yusdacra Sorry for pinging you, but you're the resident Nix expert :) This looks like it's missing the submodules at build time again? There's been some progress on NixOS/nix#4922 so it might be resolved soon.

@yusdacra
Copy link
Contributor

yusdacra commented Sep 7, 2021

@yusdacra Sorry for pinging you, but you're the resident Nix expert :) This looks like it's missing the submodules at build time again? There's been some progress on NixOS/nix#4922 so it might be resolved soon.

I'll take a look at it when i'm home :D

@nrdxp
Copy link
Contributor

nrdxp commented Sep 7, 2021

My submodules PR is now merged 😄

@archseer archseer merged commit f871d31 into helix-editor:master Sep 7, 2021
@happysalada happysalada deleted the add_ls_elixir_nix branch September 7, 2021 15:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants