You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NVIM v0.7.2
When I run :Tabby I get error "Tabby agent script not found".
But Tabby work when I comment out "let g:tabby_node_script" in globals.vim and set absolute path to tabby-agent.js to tabby_node_script in init.vim.
It seems the problem is in the expand function.
The text was updated successfully, but these errors were encountered:
NVIM v0.7.2
When I run
:Tabby
I get error "Tabby agent script not found".But Tabby work when I comment out "let g:tabby_node_script" in globals.vim and set absolute path to tabby-agent.js to tabby_node_script in init.vim.
It seems the problem is in the expand function.
The text was updated successfully, but these errors were encountered: