Modify description slightly and place modeline at the end

This commit is contained in:
Constantine Theocharis 2020-09-02 21:10:42 +00:00
parent 7cf495a9da
commit 4e4e990620

View file

@ -755,11 +755,12 @@ the cursor.
*hl-TSCurrentScope* *hl-TSCurrentScope*
Used by refactor.highlight_current_scope to highlight the current scope. 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* PERFORMANCE *nvim-treesitter-performance*
`nvim-treesitter` checks the 'runtimepath' on startup in order to discover `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. 'runtimepath' might result in delayed startup times.
vim:tw=78:ts=8:expandtab:noet:ft=help:norl: