mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
docs(install): fix typo
This commit is contained in:
parent
f97e0de005
commit
ed871c970a
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision,
|
||||||
-- Running `git clone` or `git checkout` while running under Git (such as
|
-- Running `git clone` or `git checkout` while running under Git (such as
|
||||||
-- editing a `git commit` message) will likely fail to install parsers
|
-- editing a `git commit` message) will likely fail to install parsers
|
||||||
-- (such as 'gitcommit') and can also corrupt the index file of the current
|
-- (such as 'gitcommit') and can also corrupt the index file of the current
|
||||||
-- Git repository. Check for typical git environemnt variables and abort if found.
|
-- Git repository. Check for typical git environment variables and abort if found.
|
||||||
for _, k in pairs {
|
for _, k in pairs {
|
||||||
"GIT_ALTERNATE_OBJECT_DIRECTORIES",
|
"GIT_ALTERNATE_OBJECT_DIRECTORIES",
|
||||||
"GIT_CEILING_DIRECTORIES",
|
"GIT_CEILING_DIRECTORIES",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue