Justin M. Keyes

Results 2414 comments of Justin M. Keyes

> but I thought that usually the builtin function were similar to `vim` Yes, but nvim floating windows are a totally different system than vim "popup" windows (which are more...

This currently isn't possible (in a 100% reliable way), see https://github.com/neovim/neovim/issues/10826 / https://github.com/neovim/neovim/issues/30760 > For details, see this discussion #2289. Provide a small (3 lines of code), concrete example here,...

> that implies having some functionality, through the nvim api, to synchronously block `nvim_input` until whatever binding gets triggered by the keystrokes is finished processing. `nvim_input` simply adds the keystrokes...

If you don't have useful debugging info (with *new information*) to share, don't bother leaving a comment.

> I checked the logs both of neovim and the plugin, but there were on errors in there. Can you share the logs?

> perhaps there's some internal locking in neovim or the neovim client that would cause this if the buffer/window cleanup was stuck? Very unlikely. If Nvim is "stuck", it's usually...

> If you don't have useful debugging info (with _new information_) to share, don't bother leaving a comment.

> Unexpected value: {buffer: u, name: 'vscode-chat-code-block://5eba6b7d-d226-42fd-89…ber%22%3A36%2C%22endColumn%22%3A2%7D%7D%5D%7D'} That looks like something coming from vscode-neovim, so the question is where. Based on [this](https://github.com/vscode-neovim/vscode-neovim/issues/2184#issuecomment-2369880327), looks like here: https://github.com/neovim/node-client/blob/65ddb5e7c8fa6c1bd4a6cd6564ad0cdf83b7e92c/packages/neovim/src/api/Base.ts#L99-L118 ## Plan 1. ✅...

sorry, but it's hard to see that info when there are 15 useless comments. thanks for sharing it (again). > I mentioned that 0.95.0 neovim 1.90 vscode-neovim is the latest...