docs: add Neovim integration guide and fix http link#5061
Open
docs: add Neovim integration guide and fix http link#5061
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 psf#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
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)