We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b214 commit 3428282Copy full SHA for 3428282
1 file changed
README.md
@@ -50,14 +50,9 @@ See [Usage](#usage): You need to use `require("dap-python").setup("uv")`
50
51
### Tree-sitter
52
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.
+To install the python tree-sitter parser you can either:
55
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]
+- Use `:TSInstall python` from [nvim-treesitter][4]
61
- Compile the parser from [tree-sitter-python][5] and copy it into `.config/nvim/parser/`:
62
- `git clone https://github.com/tree-sitter/tree-sitter-python.git`
63
- `cd tree-sitter-python`
0 commit comments