Change 'install' -> 'index'

This commit is contained in:
Constantine Theocharis 2020-09-02 21:22:48 +00:00 committed by Thomas Vigouroux
parent a52c639d80
commit 36f3e036e5

View file

@ -759,7 +759,7 @@ Used by refactor.highlight_current_scope to highlight the current scope.
PERFORMANCE *nvim-treesitter-performance*
`nvim-treesitter` checks the 'runtimepath' on startup in order to discover
available parsers and queries and install them. As a consequence, a very long
available parsers and queries and index them. As a consequence, a very long
'runtimepath' might result in delayed startup times.