diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-01 22:07:27 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-01 22:21:16 +0200 |
| commit | f96298df9499815b40f6ebd51bd96c7c1e372a15 (patch) | |
| tree | 005f4ea20be478dab6a4160db5176c94822078de | |
| parent | docs(install): explain how to use a proxy for download (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 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 |
