Skip to content

Commit

Permalink
doc: make longer example collapsible (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhat-vo authored Jan 24, 2025
1 parent 7120b20 commit 5d172e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ Press `?` in the Neo-tree window to view the list of mappings.
## Quickstart

#### Longer Example for Packer:
<details>
<summary>
Click to view longer example for Packer.nvim
</summary>

```lua
use {
Expand Down Expand Up @@ -440,7 +444,8 @@ use {
end
}
```

</details>

_The above configuration is not everything that can be changed, it's just the
parts you might want to change first._

Expand Down

0 comments on commit 5d172e8

Please sign in to comment.