diff --git a/autoload/avante.vim b/autoload/avante.vim index 1a35e49..6006e98 100644 --- a/autoload/avante.vim +++ b/autoload/avante.vim @@ -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