Skip to content

docs: add Neovim integration guide and fix http link#5061

Open
sedat4ras wants to merge 5 commits intopsf:mainfrom
sedat4ras:docs/add-neovim-integration
Open

docs: add Neovim integration guide and fix http link#5061
sedat4ras wants to merge 5 commits intopsf:mainfrom
sedat4ras:docs/add-neovim-integration

Conversation

@sedat4ras
Copy link
Copy Markdown

@sedat4ras sedat4ras commented Mar 23, 2026

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:

  • conform.nvim — the most popular modern formatter plugin for Neovim, with a format-on-save example
  • ALE — cross-references the existing Vim section since ALE works with both
  • Simple command — no-plugin approach using :!black % with a Lua nvim_create_user_command example

2. Fix http:// link in docs/index.md

The testimonials section linked to http://python-requests.org/ which redirects to https://. Updated to use https:// directly.

Checklist - did you ...

  • Implement any code style changes under the --preview style, following the stability policy? — N/A (docs only)
  • Add an entry in CHANGES.md if necessary? — Not needed for docs-only changes (no user-facing behavior change)
  • Add / update tests if necessary? — N/A (docs only)
  • Add new / update outdated documentation? — Yes, added Neovim section and fixed http link

sedat4ras and others added 2 commits March 23, 2026 21:27
- 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
@cobaltt7
Copy link
Copy Markdown
Collaborator

Thanks for the PR! Please add a changelog entry for the Neovim guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Guide for neovim? I Found one for vim but not sure how to apply it to neovim.

2 participants