How to get the TSNode from a TreeSitter query storing captures in metadata in neovim?
I want to get the signature of all the function definitions/declarations in a lua file and put them in a buffer.
nvim treesitter highlighting error when editing golang files
I’ve been using neovim for editing .go files for the past couple of weeks without any issues, but after I’ve installed ubuntu’s software updates (I am using Ubuntu 22.04.4 LTS if that matters), now as soon as I open any file with .go extension and try to type import "
it bombards me with the following error:
NeoVim Treesitter RST highlight for Python docstrings
I’m trying to configure treesitter to apply rst highlight group to docstrings in Python.
How to create a new capture group with treesitter for updating highlight priority?
Just as a preface – I’m very new to Neovim (installed and configured it last week), so forgive me for my knowledge gaps.