-
Notifications
You must be signed in to change notification settings - Fork 200
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 Markdown LSP via Marksman #1013
Conversation
It probably makes sense to update the Connecting to a server section of the README and NEWS.md as well since you're at it. :) Edit: see https://github.com/joaotavora/eglot/pull/961/files for example. |
Yes, please find similar pull requests and do all of those actions. Then do a commit entry like this
|
@manuel-uberti @joaotavora sounds good, thanks! I'll update the PR shortly. |
* eglot.el (eglot-server-programs): Update. * README (Connecting to a server): Add marksman. * NEWS.md: Mention change. Copyright-paperwork-exempt: yes
9a35cd0
to
32481e7
Compare
Pushed an update. LMK if this looks good now. |
* eglot.el (eglot-server-programs): Update. * README (Connecting to a server): Add marksman. * NEWS.md: Mention change. Copyright-paperwork-exempt: yes
* eglot.el (eglot-server-programs): Update. * README (Connecting to a server): Add marksman. * NEWS.md: Mention change. Copyright-paperwork-exempt: yes
* eglot.el (eglot-server-programs): Update. * README (Connecting to a server): Add marksman. * NEWS.md: Mention change. Copyright-paperwork-exempt: yes #1013: joaotavora/eglot#1013
* eglot.el (eglot-server-programs): Update. * README (Connecting to a server): Add marksman. * NEWS.md: Mention change. Copyright-paperwork-exempt: yes GitHub-reference: close joaotavora/eglot#1013
* eglot.el (eglot-server-programs): Update. * README (Connecting to a server): Add marksman. * NEWS.md: Mention change. Copyright-paperwork-exempt: yes GitHub-reference: close joaotavora/eglot#1013
Marksman is an LSP server for Markdown: https://github.com/artempyanykh/marksman
It supports a bunch of LSP features such as symbols, references, rename, diagnostics, etc. and already has integrations with a number of LSP clients.
Context: I'm the author of Marksman and recently started using it with Eglot. I figured it would be nice to have an out-of-the-box support.