fix(readme): remove invalid docs (#261)

This commit is contained in:
Aaron Pham 2024-08-27 02:17:15 -04:00 committed by GitHub
parent 57cf490d45
commit 8fa351f563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,12 +40,6 @@ Install `avante.nvim` using [lazy.nvim](https://github.com/folke/lazy.nvim):
},
ft = { "markdown", "Avante" },
},
--- For image pasting support
{
"HakonHarnes/img-clip.nvim",
event = "VeryLazy",
opts = {},
}
},
}
```