docs(treesitter): fix typo

This commit is contained in:
altermo
2026-03-11 07:33:09 +01:00
committed by Christian Clason
parent 5653b25e9b
commit 39fa5e8ba9

View File

@@ -610,22 +610,22 @@ empty `queries/c/injections.scm` file in your 'runtimepath'.
DEFAULTS *treesitter-defaults*
*v_an*
v_an Selects [count]th parent node.
an Selects [count]th parent node.
If buffer has no treesitter parser,
falls back to |vim.lsp.buf.selection_range()|.
*v_in*
v_in Selects [count]th previous (or first) child node.
in Selects [count]th previous (or first) child node.
If buffer has no treesitter parser,
falls back to |vim.lsp.buf.selection_range()|.
*v_]n*
v_]n Selects [count]th next node.
]n Selects [count]th next node.
*v_[n*
v_[n Selects [count]th previous node.
[n Selects [count]th previous node.
==============================================================================
VIM.TREESITTER *lua-treesitter*