chore: update README with Fast Apply instructions
This commit is contained in:
@@ -948,12 +948,10 @@ To enable Fast Apply, you need to:
|
|||||||
|
|
||||||
1. **Enable Fast Apply in your configuration**:
|
1. **Enable Fast Apply in your configuration**:
|
||||||
```lua
|
```lua
|
||||||
require('avante').setup({
|
|
||||||
behaviour = {
|
behaviour = {
|
||||||
enable_fastapply = true, -- Enable Fast Apply feature
|
enable_fastapply = true, -- Enable Fast Apply feature
|
||||||
},
|
},
|
||||||
-- ... other configuration
|
-- ... other configuration
|
||||||
})
|
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Get your Morph API key**:
|
2. **Get your Morph API key**:
|
||||||
|
|||||||
Reference in New Issue
Block a user