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

Added additional information to make installing Hyuga easier. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PsychedelicShayna
Copy link

Instructions on how to register Hyuga using lspconfig have been added, and instructions on the installation of Hyuga itself on Linux distributions that use externally managed Python environments (primarily Arch), where trying to pip3 install hyuga without --break-system-packages is literally impossible, have also been added (pipx, as mentioned in the aforementioned spec is the most common way of installing packages via pip on EME distros)

These additions are all hurdles I faced that I had to figure out myself. I'm hoping to include this information so that the next person doesn't have to go through the same 2 hour installation process I had to go through.

That, and lspconfig is generally the most popular way to deal with language servers in Neovim nowadays.

I hope this helps save someone from a future headache.

Instructions on how to register Hyuga using the more widely used lspconfig have been added, and installation of Hyuga itself using `pipx` on *Nix systems (mainly Arch deals with this) where the global Python environment is isolated and running `pip install hyuga` without adding `--break-system-packages` is impossible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant