DEV Community

Jane Code Life
Jane Code Life

Posted on

Easily handle text objects (inner/around) without need for Tree-sitter.

A lightweight, simple, and dependency-free Easily handle text objects (inner/around) without need for Tree-sitter.

vim.pack.add({
    "https://github.com/janecodelife/tiny-textobject.nvim",
})

require("tiny-textobject").setup()
Enter fullscreen mode Exit fullscreen mode

🔗 Repository:

https://github.com/janecodelife/tiny-textobject.nvim
Enter fullscreen mode Exit fullscreen mode

Thank You

Top comments (0)