mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(config): prepend install_dir to rtp
This commit is contained in:
parent
0d60a09252
commit
c1dfc39285
2 changed files with 2 additions and 2 deletions
|
|
@ -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()*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue