This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ specifically for python.
2121<!-- tocstop -->
2222
2323## Motivation
24- <!-- vale Google.FirstPerson = NO -->
2524While there are quite a few great nvim distros and nvim starter configs out
2625there, one thing I somewhat missed was a base config for specific languages. I
2726recently started to learn python and was missing a minimal example what the
@@ -30,7 +29,6 @@ state-of-the-art nvim setup specifically for python is.
3029After figuring most of it out, I decided to publish this config for others to
3130use. It is intended as a launch point for python devs switching to nvim, or as a
3231reference for nvim users who want to start doing python development.
33- <!-- vale Google.FirstPerson = NO -->
3432
3533## Philosophy & Features
3634- This is not a nvim distro, this is a * minimal* nvim config specifically for
@@ -44,7 +42,6 @@ reference for nvim users who want to start doing python development.
4442- Includes some common tooling for python development:
4543 + LSP (Completion, Typing): ` pyright `
4644 + Linting (Diagnostics): ` ruff `
47- + Formatting: ` black ` & ` isort `
4845 + Debugger: ` debugpy `
4946 + Embedded REPL: ` ipython ` (if not installed, falls back to ` python3 ` )
5047- In addition, this config includes editing utilities specifically for python,
You can’t perform that action at this time.
0 commit comments