From f96298df9499815b40f6ebd51bd96c7c1e372a15 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 1 Oct 2021 22:07:27 +0200 Subject: [PATCH] Update README.md Co-authored-by: Santos Gallegos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "" }, } ``` -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