aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index e143df0fd..66d5a569f 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -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.