Add gregorias/coerce.nvim (#1032)

Co-authored-by: Thomas Versteeg <t@versteeg.email>
This commit is contained in:
Grzegorz Milka 2024-01-07 18:56:39 +01:00 committed by GitHub
parent bb71294b93
commit fb11128d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -958,6 +958,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
- [filipdutescu/renamer.nvim](https://github.com/filipdutescu/renamer.nvim) - VS Code-like renaming UI, written in Lua.
- [gbprod/cutlass.nvim](https://github.com/gbprod/cutlass.nvim) - Plugin that adds a 'cut' operation separate from 'delete'.
- [gbprod/substitute.nvim](https://github.com/gbprod/substitute.nvim) - Neovim plugin introducing a new operator motions to quickly replace and exchange text.
- [gregorias/coerce.nvim](https://github.com/gregorias/coerce.nvim) - Change keyword case.
- [echasnovski/mini.nvim#mini.operators](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-operators.md) - Module of `mini.nvim` with various text edit operators: replace, exchange, multiply, sort, evaluate.
- [gbprod/yanky.nvim](https://github.com/gbprod/yanky.nvim) - Improved Yank and Put functionalities.
- [sQVe/sort.nvim](https://github.com/sQVe/sort.nvim) - Sorting plugin that intelligently supports line-wise and delimiter sorting.