File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ specifically for python.
21
21
<!-- tocstop -->
22
22
23
23
## Motivation
24
- <!-- vale Google.FirstPerson = NO -->
25
24
While there are quite a few great nvim distros and nvim starter configs out
26
25
there, one thing I somewhat missed was a base config for specific languages. I
27
26
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.
30
29
After figuring most of it out, I decided to publish this config for others to
31
30
use. It is intended as a launch point for python devs switching to nvim, or as a
32
31
reference for nvim users who want to start doing python development.
33
- <!-- vale Google.FirstPerson = NO -->
34
32
35
33
## Philosophy & Features
36
34
- 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.
44
42
- Includes some common tooling for python development:
45
43
+ LSP (Completion, Typing): ` pyright `
46
44
+ Linting (Diagnostics): ` ruff `
47
- + Formatting: ` black ` & ` isort `
48
45
+ Debugger: ` debugpy `
49
46
+ Embedded REPL: ` ipython ` (if not installed, falls back to ` python3 ` )
50
47
- In addition, this config includes editing utilities specifically for python,
You can’t perform that action at this time.
0 commit comments