Hacker News new | ask | show | jobs
by jay-aye-see-key 1817 days ago
Tree-sitter based text-objects are one of my favourite parts of neovim 0.5 too. Now I can have class, function, parameter, and comment text-objects that can be manipulated as easily as words or paragraphs.

This plugin sets it all up and has some examples: https://github.com/nvim-treesitter/nvim-treesitter-textobjec...