fix(config): prepend install_dir to rtp

This commit is contained in:
Christian Clason 2025-05-25 13:02:26 +02:00 committed by Christian Clason
parent 0d60a09252
commit c1dfc39285
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ setup({opts}) *nvim-treesitter.setup()*
• {opts} `(table?)` Optional parameters:
• {install_dir} (`string?`, default `stdpath('data')/site/`)
directory to install parsers and queries to. Note: will be
appended to |runtimepath|.
prepended to |runtimepath|.
install({languages} [, {opts}]) *nvim-treesitter.install()*