5 lines
152 B
VimL
Raw Normal View History

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