Skip to content

Commit 0e8113d

Browse files
authored
docs: update
1 parent a19a221 commit 0e8113d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ specifically for python.
2121
<!-- tocstop -->
2222

2323
## Motivation
24-
<!-- vale Google.FirstPerson = NO -->
2524
While there are quite a few great nvim distros and nvim starter configs out
2625
there, one thing I somewhat missed was a base config for specific languages. I
2726
recently 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.
3029
After figuring most of it out, I decided to publish this config for others to
3130
use. It is intended as a launch point for python devs switching to nvim, or as a
3231
reference 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,

0 commit comments

Comments
 (0)