File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments