yetone / avante.nvim

Use your Neovim like using Cursor AI IDE!
Apache License 2.0
6.66k stars 240 forks source link

feat(api): support for ask customization #527

Closed aarnphm closed 2 months ago

aarnphm commented 2 months ago

Add support for `require("avante.api").ask({win = {position="top"}}) -- "bottom" | "left" | "right"

Applies the same with autocomplete for AvanteAsk position=right

Signed-off-by: Aaron Pham contact@aarnphm.xyz