Document nvim-lspconfig integration#1917
Merged
woodruffw merged 1 commit intozizmorcore:mainfrom Apr 16, 2026
Merged
Conversation
woodruffw
approved these changes
Apr 16, 2026
Member
woodruffw
left a comment
There was a problem hiding this comment.
Thanks @peytondmurray, LGTM!
I'm personally fine with landing these docs before a nvim-lspconfig release, particularly if the release is expected to be somewhat soon. Do you happen to have a sense for that?
Member
|
Based on the previous release cadence it looks reasonably fast, so I'm merging. |
Member
|
Thanks again @peytondmurray! |
Contributor
Author
|
No worries, it looks like roughly a month or two between releases, so it won't be a long wait :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-submission checks
Please check these boxes:
Mandatory: This PR corresponds to an issue (if not, please create
one first).
Having read the AI policy, I hereby disclose the use of an LLM or other
AI coding assistant in the creation of this PR. PRs will not be rejected
for using AI tools, but will be rejected for undisclosed use or
use that violates the policy.
If a checkbox is not applicable, you can leave it unchecked.
Summary
This PR adds a note in the documentation about
nvim-lspconfigintegration, merged in neovim/nvim-lspconfig#4382.Here's what the relevant section of the docs looks like when rendered:
Closes #1916.
Please note that these changes haven't yet been released upstream in
nvim-lspconfig, but can be found on themasterbranch there. If it would be better to wait for a release, I can move this back into draft and reopen at the next release.