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

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 = {},
}
},
}
```