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

:TSSstarthere fails to start in Neovim #9

Open
mkusher opened this issue Jul 13, 2016 · 4 comments
Open

:TSSstarthere fails to start in Neovim #9

mkusher opened this issue Jul 13, 2016 · 4 comments
Labels

Comments

@mkusher
Copy link

mkusher commented Jul 13, 2016

When I did cd to my project folder, than opened index.ts file and run :TSSstarthere, I got following:
screenshot from 2016-07-13 10-36-38
However if I run this command in shell or via :! in vim, tss starts fine without any errors

@clausreinke
Copy link
Owner

Odd. I'd have expected more error output. Since there is no output from tss, the startup call itself failed. Since you seem to have python, node, and tss, there is no obvious reason for that. Could be a PATH issue, but then i'd expect an error message.
Btw, is that vim or a variant? The .config/nvim looks unusual.

@clausreinke
Copy link
Owner

What happens if you type :py tss_start(["tss","--version"]), or :py3, depending on your setup, with tss replaced with the full path to your tss? You could also try :py tss_start(["node","tss","--version"].

@mkusher
Copy link
Author

mkusher commented Jul 13, 2016

@clausreinke oh, I'm using neovim and it looks like this is the problem. When I run this command in gvim everything is ok

@mkusher mkusher changed the title :TSSstarthere fails to start :TSSstarthere fails to start in Neovim Jul 13, 2016
@clausreinke
Copy link
Owner

Ok, I don't officially support neovim where it deviates from vim, but I can leave this open for a while, in case other neovim users have helpful suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants