Add gbprod/substitute.nvim (#289)

This commit is contained in:
gbprod 2021-12-20 17:36:55 +01:00 committed by GitHub
parent 0a012d01de
commit f3fddfcbc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -596,6 +596,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
- [mini.trailspace](https://github.com/echasnovski/mini.nvim#minitrailspace) - Module of [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim) for automatic highlighting of trailing whitespace with functionality to remove it.
- [filipdutescu/renamer.nvim](https://github.com/filipdutescu/renamer.nvim) - VS Code-like renaming UI for Neovim, writen 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 text.
- [sQVe/sort.nvim](https://github.com/sQVe/sort.nvim) - Sorting plugin that intelligently supports line-wise and delimiter sorting.
### Formatting