chore(vimscript): disable build from source (#513)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-04 00:54:09 -04:00
committed by GitHub
parent 3e65e7a40d
commit 5dcd10e29b

View File

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