fix(docs): details format (#1573)
This commit is contained in:
@@ -291,8 +291,10 @@ require('avante').setup ({
|
|||||||
|
|
||||||
### Default setup configuration
|
### Default setup configuration
|
||||||
|
|
||||||
|
_See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>_See [config.lua#L9](./lua/avante/config.lua) for the full config_</summary>
|
<summary>Default configuration</summary>
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
@@ -626,8 +628,9 @@ The following key bindings are available for use with `avante.nvim`:
|
|||||||
|
|
||||||
### Neotree shortcut
|
### Neotree shortcut
|
||||||
|
|
||||||
|
In the neotree sidebar, you can also add a new keyboard shortcut to quickly add `file/folder` to `Avante Selected Files`.
|
||||||
<details>
|
<details>
|
||||||
<summary>In the neotree sidebar, you can also add a new keyboard shortcut to quickly add `file/folder` to `Avante Selected Files`.</summary>
|
<summary>Neotree configuration</summary>
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user