-
Notifications
You must be signed in to change notification settings - Fork 113
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
Invalid window Id #269
Comments
Hi @felipscarvalho, I'm having the same issues at the moment. I can confirm that this is also an issue for other file types, like python ( |
i have not had this happen to me yet, i'm unsure how to fix this without some way to reproduce the error. if you could figure out a minimal configuration building on one of https://github.com/goolord/alpha-nvim/blob/main/debug/DEBUG.md that would make it easier for me |
Unfortunately, I'm not able to reproduce the error myself so far, deterministically. I'll send a config/set of steps, as soon as I'm able to do so. |
Hi @goolord, when I run the debug commands from the alpha-nvim folder, it returns me that error:
Otherwise, when I run the same commands directly from the alpha-nvim/debug folder, adapting the command, it returns no error. Note: I tried all the six commands from the alpha-nvim/debug/DEBUG.md. |
Hi,
I was having the issue #266, followed the solution presented by @linenl and that problem was solved. However, another specific error started to happens, the Invalid window Id.
That error happens when I do "!wq" in .ts files (I haven't tested in other file types, but in .lua of the config, that not happens). When I do only "!w" or "!q" the error does not happens.
Note: I'm lunar vim user, that error is happening in the fresh installation.
Update: I tested in my python projects, and the error does not happens, It must be only in .ts files. I really don't know how to solve the problem, accepting any help.
The text was updated successfully, but these errors were encountered: