tzachar

Results 91 comments of tzachar

The code is not blocking. Moreover, you can set a lower timeout value for `fd_timeout_msec`, which will abort too long callbacks. Try this: ```lua cmp.setup.cmdline(':', { sources = cmp.config.sources({ {...

This does not make sense. `enrty.data` is always set. `details` might be `nil` though. In any event, I don't really understand what is the issue here. Please either give a...

If you look at the install script, Windows is not currently supported. Any patches fixing the issue are welcome; please make sure to handle all the different ways neovim can...

If you look at the install script, and check the `binaries` directory, you can see that we link to the last TabNine binary which was downloaded by compe-tabnine. The way...

@Shougo `screenpos()` was used originally. It is the source of the problem. Maybe its a bug with the internal implementation of nvim. Anyway, I did not have any problems with...

I see what you are talking about. However, I don't have any idea how to otherwise solve this. Maybe we should open an issue in nvim?

Opened an issue in nvim upstream: neovim/neovim#19543

Looks like the upstream issue is getting no traction, and I have no idea how to debug the problem myself. I changed the pull request to solve @Shougo 's problem,...