mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add section 'Performance' to docs
This commit is contained in:
parent
fd356a2670
commit
10ef8f98ef
1 changed files with 7 additions and 0 deletions
|
|
@ -756,3 +756,10 @@ the cursor.
|
|||
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
|
||||
'runtimepath' might result in delayed startup times.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue