mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update README.md
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
This commit is contained in:
parent
412752130d
commit
f96298df94
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ require("nvim-treesitter.install").command_extra_args = {
|
|||
curl = { "--proxy", "<proxy url>" },
|
||||
}
|
||||
```
|
||||
or you configure git via `.gitconfig` and use git instead of curl
|
||||
or you can configure git via `.gitconfig` and use git instead of curl
|
||||
|
||||
```lua
|
||||
require("nvim-treesitter.install").prefer_git = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue