aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-10-01 22:07:27 +0200
committerStephan Seitz <stephan.seitz@fau.de>2021-10-01 22:21:16 +0200
commitf96298df9499815b40f6ebd51bd96c7c1e372a15 (patch)
tree005f4ea20be478dab6a4160db5176c94822078de
parentdocs(install): explain how to use a proxy for download (diff)
downloadnvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.tar
nvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.tar.gz
nvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.tar.bz2
nvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.tar.lz
nvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.tar.xz
nvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.tar.zst
nvim-treesitter-f96298df9499815b40f6ebd51bd96c7c1e372a15.zip
Update README.md
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 415e8fdcb..24e6a7aa1 100644
--- a/README.md
+++ b/README.md
@@ -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