aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-05-25 13:02:26 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-05-25 13:11:28 +0200
commitc1dfc39285e4a11983dfbe556fb0be7f2a749977 (patch)
tree7b9e9115f6d3a8e55456d6f48bb673a36ff711b3 /doc
parentfix(typst): restore missing injections (diff)
downloadnvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.tar
nvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.tar.gz
nvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.tar.bz2
nvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.tar.lz
nvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.tar.xz
nvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.tar.zst
nvim-treesitter-c1dfc39285e4a11983dfbe556fb0be7f2a749977.zip
fix(config): prepend install_dir to rtp
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index b57687961..77e6f037f 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -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()*