fix(vim): set vimexpr for build (closes #453) (#458)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-02 12:31:13 -04:00
committed by GitHub
parent 7266661413
commit 2b4dff46fc
2 changed files with 4 additions and 1 deletions

3
autoload/avante.vim Normal file
View File

@@ -0,0 +1,3 @@
function avante#build() abort
return join(luaeval("require('avante').build()"), "\n")
endfunction