From a52c639d80ed2c9d57ac90351d154ba7ddb691d8 Mon Sep 17 00:00:00 2001 From: Constantine Theocharis Date: Wed, 2 Sep 2020 21:10:42 +0000 Subject: [PATCH] Modify description slightly and place modeline at the end --- doc/nvim-treesitter.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index cffc04eb3..e143df0fd 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -755,11 +755,12 @@ the cursor. *hl-TSCurrentScope* Used by refactor.highlight_current_scope to highlight the current scope. -vim:tw=78:ts=8:expandtab:noet:ft=help:norl: - ============================================================================== PERFORMANCE *nvim-treesitter-performance* `nvim-treesitter` checks the 'runtimepath' on startup in order to discover -available parsers and install them. As a consequence, a very long +available parsers and queries and install them. As a consequence, a very long 'runtimepath' might result in delayed startup times. + + +vim:tw=78:ts=8:expandtab:noet:ft=help:norl: