mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
docs: fix typo in README.md
This commit is contained in:
parent
e60057b389
commit
17b943e7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ require'nvim-treesitter.configs'.setup {
|
||||||
-- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
|
-- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
|
||||||
-- List of parsers to ignore installing (for "all")
|
-- List of parsers to ignore installing (or "all")
|
||||||
ignore_install = { "javascript" },
|
ignore_install = { "javascript" },
|
||||||
|
|
||||||
---- If you need to change the installation directory of the parsers (see -> Advanced Setup)
|
---- If you need to change the installation directory of the parsers (see -> Advanced Setup)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue