Skip to content

Commit 3428282

Browse files
committed
Update tree-sitter setup instructions; python parser is no longer bundled
1 parent 957b214 commit 3428282

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,9 @@ See [Usage](#usage): You need to use `require("dap-python").setup("uv")`
5050

5151
### Tree-sitter
5252

53-
If you're using a properly packaged `nvim` version 0.10+, a python tree-sitter
54-
parser should be included and you're all set.
53+
To install the python tree-sitter parser you can either:
5554

56-
If you're using an older version, or your distribution excluded the parser you
57-
can install it manually using either:
58-
59-
60-
- Via `:TSInstall python` of [nvim-treesitter][4]
55+
- Use `:TSInstall python` from [nvim-treesitter][4]
6156
- Compile the parser from [tree-sitter-python][5] and copy it into `.config/nvim/parser/`:
6257
- `git clone https://github.com/tree-sitter/tree-sitter-python.git`
6358
- `cd tree-sitter-python`

0 commit comments

Comments
 (0)