docs: fix typo in README.md

This commit is contained in:
Yuri Socher Bichibichi 2023-08-31 18:09:03 -03:00 committed by ObserverOfTime
parent e60057b389
commit 17b943e7c5

View file

@ -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)