Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

It would be very useful. Without this I need to create a function and wrap all commands that changes current buffer. There is also `switchbuf` option, but it honored only...

Could you resend the issue to the [vim](https://github.com/vim/vim) repo first? Maybe it will be better to just backport it.

@MrGVSV maybe we can have `ReflectBundle` without scene changes? Like `ReflectComponent`, could be useful for networking.

I tried to write a workaround in my game: ```rust fn despawn_invalid_system( mut commands: Commands, world: &World, parents: Query, ) { for (parent_entity, children) in &parents { for &child_entity in...

> Users have to call dap.disconnect(); dap.stop() to properly end the session. I'll try to improve the docs in nvim-dap to clarify the behavior. @mfussenegger I tried it, but the...

> DapVirtualTextForceRefresh I have `E5108: Error executing lua [string ":lua"]:1: attempt to call field 'refresh' (a nil value)`.

> Sorry, I wanted refresh originally to be private. Should be exported now. Now I have another error: `E5108: Error executing lua ...tart/nvim-dap-virtual-text/lua/nvim-dap-virtual-text.lua:46: attempt to index local 'session' (a nil...

Thank you! I tried it and it works just fine without any additional tweaking. I think that we should make it a non-configurable default behavior.

Ah, sorry, I wanted to say that we don't need to `vim.schedule` at all :smile: I originally wrote this plugin long time ago and didn't have this knowledge back then,...