fix(install): prebuilt instruction (closes #474) (#476)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-03 06:53:14 -04:00
committed by GitHub
parent a5726bd2bf
commit 24b66e08dc
4 changed files with 31 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
function avante#build(...) abort
let l:source = get(a:, 1, v:false)
let l:source = get(a:, 1, v:true)
return join(luaeval("require('avante').build(_A)", l:source), "\n")
endfunction