Skip to content

Commit 0a75029

Browse files
committed
docs: encapsulate default config in <details> tags
1 parent 18029c3 commit 0a75029

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ use {
101101
}
102102
```
103103

104-
The following is the default configuration:
104+
<details>
105+
<summary>Default configuration</summary>
105106

106107
```lua
107108
require('copilot').setup({
@@ -182,6 +183,8 @@ require('copilot').setup({
182183
})
183184
```
184185

186+
</details>
187+
185188
### panel
186189

187190
Panel can be used to preview suggestions in a split window. You can run the

0 commit comments

Comments
 (0)