Skip to content

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

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

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

Conversation

@sedat4ras
Copy link
Copy Markdown

Description

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? — Yes, added changelog entry for the Neovim guide
  • 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 4 commits May 6, 2026 17:55
- 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
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant