Skip to content

Commit daa3ad9

Browse files
committed
feat(mini.nvim): sync
1 parent ce81a7a commit daa3ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mini.nvim/doc/mini-basics.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ Usage example:
301301
})
302302
```
303303

304-
If you don't want only some mappings to be made at all, use [vim.keymap.del()](https://neovim.io/doc/user/helptag.html?tag=vim.keymap.del\(\))
305-
after calling [MiniBasics.setup()](mini-basics.qmd#minibasics.setup).
304+
If you want some mappings to be different or not made at all, set or delete
305+
them after calling [MiniBasics.setup()](mini-basics.qmd#minibasics.setup).
306306

307307
##### mappings.basic {#minibasics.config-mappings-mappings.basic}
308308

0 commit comments

Comments
 (0)