-
Notifications
You must be signed in to change notification settings - Fork 199
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
Add yaml-language-server for yaml-mode #751
Conversation
Does this work for you? On my end I get this error:
|
@R0flcopt3r it's been working for me. Would you mind describing how I can reproduce your error? |
I think my emacs had some wonkey state, I have no been able to replicate it, and it seems to work just fine now. |
@joaotavora This LGTM, WDYT? |
@skangas, yes it looks good. There's a small conflcit in README.md, which is typical off these kind of "add language server" commits. Else it looks good. I think (but not sure), that @leungbk , Brian, already has at least one "Copyright-paperwork-exempt: Yes" commit but I don't think these lines would bring the total over the 15-line threshold. So feel free to integrate into |
@joaotavora Thanks. Could you please double-check if this is okay for copyright purposes? I fear that it is above the limit, but I'm not sure. This is the
|
I’ve signed all the copyright papers already, so I don’t think there should
be a problem.
…On Sat, Jan 8, 2022 at 08:35 Stefan Kangas ***@***.***> wrote:
@joaotavora <https://github.com/joaotavora> Thanks. Could you please
double-check if this is okay for copyright purposes? I fear that it is
above the limit, but I'm not sure.
This is the git log --author="Brian Leung" --stat --format=short output,
including this change:
commit 6acecf43451eb87f0a4748118c740417cff7a234 (HEAD -> yaml)
Author: Brian Leung ***@***.***>
Add yaml-language-server for yaml-mode
README.md | 2 ++
eglot.el | 1 +
2 files changed, 3 insertions(+)
commit 194b178
Author: Brian Leung ***@***.***>
Close #712: Add support for LocationLink
eglot.el | 25 ++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
commit 47f8581
Author: Brian Leung ***@***.***>
Per #605: indicate support for activeParameter
eglot.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit c73f5ed
Author: Brian Leung ***@***.***>
Fix #612: remove duplicate entry for "Registration" LSP type
eglot.el | 1 -
1 file changed, 1 deletion(-)
commit 133c25e
Author: Brian Leung ***@***.***>
Close #613: explicitly require seq.el
eglot.el | 1 +
1 file changed, 1 insertion(+)
commit 1f2b024
Author: Brian Leung ***@***.***>
Close #605: Support activeParameter property for SignatureInformation
eglot.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit e6ca70c
Author: Brian Leung ***@***.***>
Close #599: add rnix-lsp server for nix-mode, community suggestion
README.md | 2 ++
eglot.el | 1 +
2 files changed, 3 insertions(+)
—
Reply to this email directly, view it on GitHub
<#751 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG65GOTBPYBDTLY3WWPOTXTUVBRVXANCNFSM5FQKM25Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
* eglot.el (eglot-server-programs): Add yaml-language-server. * README.md: Mention yaml-language-server.
Thanks, I can see your commits in emacs.git, so there should be no problem here. |
Now merged to master, thanks for your contribution! |
Yes, and I forgot that Brian had indeed already done a Copyright Assignemnt. Sorry about the noise. @skangas you can ask Eli for a "fencepost account" where you can do this checking yourself. |
eglot.el (eglot-server-programs): Add yaml-language-server
README.md: mention yaml-language-server
Copyright-paperwork-exempt: yes