Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Helix cannot work because of incorrect config file #1038

Closed
freetz13 opened this issue Nov 9, 2021 · 3 comments
Closed

Helix cannot work because of incorrect config file #1038

freetz13 opened this issue Nov 9, 2021 · 3 comments
Labels
C-enhancement Category: Improvements

Comments

@freetz13
Copy link

freetz13 commented Nov 9, 2021

Describe your feature request

If there is an error in config, Helix just won't start. I need to fix its config, but what if Helix is the only editor I can use?

In such case, NeoVim shows an error, then just starts. At least, I can fix the incorrect part of the config.

@freetz13 freetz13 added the C-enhancement Category: Improvements label Nov 9, 2021
@archseer
Copy link
Member

archseer commented Nov 9, 2021

What helix version are you on (you didn't fill the issue template)? This was recently fixed in master. #982

@freetz13
Copy link
Author

freetz13 commented Nov 9, 2021

What helix version are you on (you didn't fill the issue template)? This was recently fixed in master. #982

I use 0.4.1 version from community Manjaro repository. I tried to install helix-git from AUR, but

==> Starting build()...
error: failed to load manifest for workspace member `/home/user/.cache/yay/helix-git/src/helix/helix-core`

Caused by:
  failed to parse manifest at `/home/user/.cache/yay/helix-git/src/helix/helix-core/Cargo.toml`

Caused by:
  feature `edition2021` is required

  The package requires the Cargo feature called `edition2021`, but that feature is not stabilized in this version of Cargo (1.55.0).
  Consider trying a newer version of Cargo (this may require the nightly release).
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2021 for more information about the status of this feature.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: helix-git

, so for now I can't test it, sorry.

@archseer
Copy link
Member

archseer commented Nov 9, 2021

It should build if you update your local Rust installation, 1.56.0 is available in Extra

@freetz13 freetz13 closed this as completed Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants