Skip to content

Commit 703d92f

Browse files
committed
docs: more formatting
1 parent 5f574a1 commit 703d92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ your own keymaps.
120120
use { "chrisgrieser/nvim-various-textobjs" }
121121
```
122122

123+
123124
> [!TIP]
124125
> You can also use the `keymaps.disabledDefaults` config option to disable
125126
> only *some* default keymaps.
@@ -273,7 +274,6 @@ vim.keymap.set({ "o", "x" }, "F", function()
273274
end, { expr = true, desc = "ftp-url textobj" })
274275
```
275276

276-
<!-- rumdl-disable-next-line MD063 `ii` start -->
277277
### `ii` on unindented line should select entire buffer
278278
Using a simple if-else-block, you can create a hybrid of the inner indentation
279279
text object and the entire-buffer text object, if you prefer that kind of

0 commit comments

Comments
 (0)