Don't get stuck in 'initializing' when script not found (#635)

add-llama-model-converter
GDR! 2023-10-25 19:23:18 +02:00 committed by GitHub
parent a68f48cf67
commit 65ac63343f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ function! tabby#OnVimEnter()
endif
if !filereadable(g:tabby_node_script)
let s:status = "initialization_failed"
let s:message = 'Tabby agent script not found. Please reinstall Tabby plugin.'
return
endif