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

feat: add systemd-language-server #8228

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

Conversation

cwrau
Copy link

@cwrau cwrau commented Dec 14, 2024

Describe your changes

This adds the systemd-language-server package.

I didn't know how to test this, I just copied and adjusted from another pypi package 😅

Tested and works 👍

Issue ticket number and link

Checklist before requesting a review

  • I have successfully tested installation of the package.
  • I have successfully tested the package after installation.

Screenshots

@williambotman williambotman requested a review from a team December 14, 2024 23:21
@Conarius
Copy link
Contributor

Testing is written in CONTRIBUTING.md
Or in short:
Configure your nvim config for mason that you use the local repo on your machine and then :MasonInstall with the new package.
It should then, when everything is done correctly, download and install the package.
For testing the function of the package you need to attach the LSP to the buffer of the file either via autocommand or manually.

@cwrau
Copy link
Author

cwrau commented Dec 16, 2024

Testing is written in CONTRIBUTING.md Or in short: Configure your nvim config for mason that you use the local repo on your machine and then :MasonInstall with the new package. It should then, when everything is done correctly, download and install the package. For testing the function of the package you need to attach the LSP to the buffer of the file either via autocommand or manually.

Yeah, that works! Thanks!

Tho it should be mentioned which yq is needed, on arch (and in my personal preference) https://github.com/kislyuk/yq is the normal one, whereas on deb systems it's https://github.com/kislyuk/yq

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.

2 participants