Skip to content

Commit

Permalink
docs: remove some outdated references
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored Dec 7, 2024
1 parent 44f0c2a commit b5b0218
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ end, { desc = "Delete Surrounding Indentation" })
Similarly, you can also create a `ysii` command to yank the two lines surrounding
an indentation text object. (Not using `ysi`, since that blocks surround
commands like `ysi)`). Using `nvim_win_[gs]et_cursor()`, you make the
operation sticky, meaning the cursor is not moved. `vim.highlight.range` is
used to highlight the yanked text, to imitate the effect of `vim.highlight.yank`.
operation sticky, meaning the cursor is not moved.

```lua
vim.keymap.set("n", "ysii", function()
Expand Down Expand Up @@ -397,9 +396,7 @@ page](https://github.com/chrisgrieser/nvim-various-textobjs/discussions).
## Other text object plugins
- [treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects)
- [treesitter-textsubjects](https://github.com/RRethy/nvim-treesitter-textsubjects)
- [ts-hint-textobject](https://github.com/mfussenegger/nvim-ts-hint-textobject)
- [mini.ai](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-ai.md)
- [targets.vim](https://github.com/wellle/targets.vim)

## Credits
**Thanks**
Expand Down

0 comments on commit b5b0218

Please sign in to comment.