nvim-treesitter-textobjects icon indicating copy to clipboard operation
nvim-treesitter-textobjects copied to clipboard

Results 147 nvim-treesitter-textobjects issues
Sort by recently updated
recently updated
newest added

Fixes #232 @danielo515 are you using https://github.com/folke/which-key.nvim ? This should set description for this plugin. How can I register for telescope's which_key? Do want to additionally want to overwrite the...

**Describe the bug** When executing regular yanking operations such as yaf, yaa, yif, yia etc. TextYankPost event payload receives an incorrect visual=true as opposed to visual = false, which is...

bug

``` NVIM v0.7.0 Build type: Release LuaJIT 2.1.0-beta3 ``` When I delete `textobjects` config part of `require("nvim-treesitter.configs").setup()`, It works fine. but at the same time there is no corresponding configuration...

bug

Using an example class: ```ruby class Teste def method_a # first function end def method_b # first function end first_block do end second_block do end end ``` My setup: ```lua...

bug

**Language informations** Hello, I noticed there is some references to the jsx language within the text objects files but I was not able to find that fule anywhere. Is it...

enhancement
good first issue
help wanted

**Is your feature request related to a problem? Please describe.** I really enjoy this extension, really improves my dev workflow. I rely on muscular memory a lot, but there are...

enhancement

[dsf.vim](https://github.com/AndrewRadev/dsf.vim) adds the commands dsf and csf to "delete surrounding function" and "change surrounding function", respectively. Would this be possible to implement as a feature in nvim-treesitter-textobjects? Just like in...

enhancement

Make move command accept `{count}` before them, like any other move in vim. For example when configure `]a` to `goto_next_start` of `@paramater.inner`, `3]a` will jump to the 3rd parameter instead...

enhancement

**Describe the bug** Operator marks are set by the plugin, even when no text-object is found. **To Reproduce** 1. Install the Tree-sitter parser for Lua and nvim-treesitter-textobjects, and setup with...

bug

**Describe the bug** When a C++ function uses more than one template declaration, all but 1 are ignored in `@function.outer` queries. **To Reproduce** 1. Create a C++ file with the...

bug