mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
add winnr to get_node_at_cursor
This commit is contained in:
parent
cabe61ac19
commit
cf72524b2f
3 changed files with 5 additions and 4 deletions
|
|
@ -137,7 +137,7 @@ you can get some utility functions with
|
|||
```lua
|
||||
local ts_utils = require 'nvim-treesitter.ts_utils'
|
||||
```
|
||||
More information is available in neovim documentation (`:help nvim-treesitter-utils`).
|
||||
More information is available in the help file (`:help nvim-treesitter-utils`).
|
||||
|
||||
## Supported Languages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue