Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Use `<tab>` for completion and snippets (supertab).

```lua
{
"echasnovski/mini.surround",
"nvim-mini/mini.surround",
opts = {
mappings = {
add = "gsa",
Expand Down
2 changes: 1 addition & 1 deletion docs/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Additionally, some core plugins have been moved to extras.

## 10.x

- added new extra for [mini.diff](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-diff.md)
- added new extra for [mini.diff](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-diff.md)
This is a plugin similar to gitsigns but with a neat diff overlay
that can be toggled with `<leader>go`.

Expand Down
2 changes: 1 addition & 1 deletion lua/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ return {

-- ## Change surround mappings
{
"echasnovski/mini.surround",
"nvim-mini/mini.surround",
opts = {
mappings = {
add = "gsa",
Expand Down