yetone / avante.nvim

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

fix(windows): check nil #529

Closed jmoudrik closed 1 week ago

jmoudrik commented 1 week ago

FIX1 - sidebar was checking (opts and opts.win.position) ... ~= nil missing the case where opts.win = nil

FIX2 - Makefile should run the build.sh with bash, not sh, to correspond to the she-bang in build.sh