diff --git a/README.md b/README.md index 397163984..c35f05414 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ require'nvim-treesitter.configs'.setup { -- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally auto_install = true, - -- List of parsers to ignore installing (for "all") + -- List of parsers to ignore installing (or "all") ignore_install = { "javascript" }, ---- If you need to change the installation directory of the parsers (see -> Advanced Setup)