feat(crates): prebuilt binaries (#473)
* feat(crates): prebuilt binaries Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * chore: update name Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * chore: build on PR Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * chore: only build for lua51 and luajit Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * feat: build stuff Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * chore: only build if changes in Rust Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * fix: remove deadcode Signed-off-by: Aaron Pham <contact@aarnphm.xyz> --------- Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
function avante#build() abort
|
||||
return join(luaeval("require('avante').build()"), "\n")
|
||||
function avante#build(...) abort
|
||||
let l:source = get(a:, 1, v:false)
|
||||
return join(luaeval("require('avante').build(_A)", l:source), "\n")
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user