chrisgrieser / nvim-various-textobjs

Bundle of more than 30 new text objects for Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Incorrect indentation in `dsi`

adriafarres opened this issue · comments

Bug Description

Hello,

The following line in the dsi example in the README is incorrect:

vim.cmd.normal { ">" , bang = true }

It should be

vim.cmd.normal { "<" , bang = true }

Relevant Screenshot

No response

Reproduction & Sample Text

.

neovim version

.

Make sure you have done the following

  • I have updated to the latest version of the plugin.

thanks, fixed

Thank you. Your work on this plugin is very much appreciated :-)