4 lines
100 B
VimL
4 lines
100 B
VimL
function avante#build() abort
|
|
return join(luaeval("require('avante').build()"), "\n")
|
|
endfunction
|