nvim-treesitter / playground

Treesitter playground integrated into Neovim
Apache License 2.0
898 stars 47 forks source link

docs: mention `:TSNodeUnderCursor` in readme #109

Closed thatlittleboy closed 1 year ago

thatlittleboy commented 1 year ago

74 added :TSNodeUnderCursor, but this isn't mentioned anywhere on the README. This PR helps to increase visibility of this functionality.

EDIT: oops, just saw #104 plans to remove the two exposed commands. Not sure when :Inspect will stabilize, if it is soon, then feel free to close this PR.

clason commented 1 year ago

Not sure when :Inspect will stabilize, if it is soon, then feel free to close this PR.

:Inspect isn't really relevant here, that only shows highlight groups (= captures). But vim.treesitter.show_tree() is and will be in Neovim 0.9 (tentatively planned for end of February).