Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal tooltip error #296

Open
robertjk opened this issue Oct 9, 2019 · 0 comments
Open

Terminal tooltip error #296

robertjk opened this issue Oct 9, 2019 · 0 comments

Comments

@robertjk
Copy link

robertjk commented Oct 9, 2019

I'm using Neovim (0.4.2) in terminal and I enabled "tooltip" support as per README recommendation:

autocmd FileType typescript nmap <buffer> <Leader>t : <C-u>echo tsuquyomi#hint()<CR>

Whenever I press <Leader>t I get the following error:

Error detected while processing function tsuquyomi#hint[2]..tsuquyomi#tsClient#tsQuickinfo[2]..tsuquyomi#tsClient#sendCommandSyncResponse[3]..tsuquyomi#tsClient#sendRequest[2]..tsuquyomi#tsClient#startTss[2]..<SNR>122_startTssVimproc[5]..<SNR>114_touch:
line    4:
E117: Unknown function: vimproc#popen3
E15: Invalid expression: vimproc#popen3(a:cmd)
Error detected while processing function tsuquyomi#hint[2]..tsuquyomi#tsClient#tsQuickinfo[2]..tsuquyomi#tsClient#sendCommandSyncResponse[3]..tsuquyomi#tsClient#sendRequest[4]..<SNR>114_writeln[1]..<SNR>114_write:
line    2:
E605: Exception not caught: vital: ProcessManager: doesn't know about tsuquyomiTSServer
Error detected while processing function tsuquyomi#hint[2]..tsuquyomi#tsClient#tsQuickinfo[2]..tsuquyomi#tsClient#sendCommandSyncResponse[3]..tsuquyomi#tsClient#sendRequest:
line    4:
E171: Missing :endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant