Skip to content

Commit 5d172e8

Browse files
authoredJan 24, 2025··
doc: make longer example collapsible (#857)
1 parent 7120b20 commit 5d172e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

Diff for: ‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ Press `?` in the Neo-tree window to view the list of mappings.
9595
## Quickstart
9696

9797
#### Longer Example for Packer:
98+
<details>
99+
<summary>
100+
Click to view longer example for Packer.nvim
101+
</summary>
98102

99103
```lua
100104
use {
@@ -440,7 +444,8 @@ use {
440444
end
441445
}
442446
```
443-
447+
</details>
448+
444449
_The above configuration is not everything that can be changed, it's just the
445450
parts you might want to change first._
446451

0 commit comments

Comments
 (0)
Please sign in to comment.