docs: add Neovim integration guide and fix http link#5061
Closed
sedat4ras wants to merge 6 commits into
Closed
Conversation
- Add a dedicated Neovim section to the editor integrations docs, covering three approaches: - conform.nvim (recommended, with format-on-save example) - ALE (cross-reference to existing Vim section) - Simple :!black % command with a Lua user command example - Fix http://python-requests.org/ link to use https:// Fixes #3960
for more information, see https://pre-commit.ci
Collaborator
|
Thanks for the PR! Please add a changelog entry for the Neovim guide |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
for more information, see https://pre-commit.ci
sedat4ras
commented
Apr 3, 2026
Contributor
Author
There was a problem hiding this comment.
I missed that. Thank you for your caution.
sedat4ras
added a commit
to sedat4ras/black
that referenced
this pull request
May 17, 2026
cobaltt7
pushed a commit
to sedat4ras/black
that referenced
this pull request
May 18, 2026
JelleZijlstra
pushed a commit
that referenced
this pull request
May 18, 2026
* docs: add Neovim integration guide and fix http link - Add a dedicated Neovim section to the editor integrations docs, covering three approaches: - conform.nvim (recommended, with format-on-save example) - ALE (cross-reference to existing Vim section) - Simple :!black % command with a Lua user command example - Fix http://python-requests.org/ link to use https:// Fixes #3960 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * docs: add changelog entry for Neovim integration guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: correct PR number in CHANGES.md (#5061 → #5124) * move changelog entry to the correct version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
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.
Description
Closes #5064
This PR addresses two documentation improvements:
1. Add Neovim integration guide (fixes #3960)
Neovim has grown significantly in popularity but was completely missing from the editor integrations docs. The Vim section only covers Vim-specific plugins.
The new Neovim section covers three common approaches:
:!black %with a Luanvim_create_user_commandexample2. Fix
http://link in docs/index.mdThe testimonials section linked to
http://python-requests.org/which redirects tohttps://. Updated to usehttps://directly.Checklist - did you ...
--previewstyle, following the stability policy? — N/A (docs only)CHANGES.mdif necessary? — Not needed for docs-only changes (no user-facing behavior change)