Andrew Voynov

Results 598 comments of Andrew Voynov

> Also it would be awesome to have NeoVIM binding to chat input field to speed up typing. Oh dreams... :) > > But maybe it can be solved somehow...

I've just thought about this once again and I think it would be a great idea to add the "Enable VIM-like navigation" checkbox into Advanced settings. Or maybe just let...

No, I'm still interested. I'm really looking forward to seeing this feature implemented.

I'm currently having trouble with multibyte chars. Basically, I need to create a `get_selection()`. It's not too complicated to do a one line selection, I think. But multiline — I'm...

> tl;dr: Yank the visual selection into a temporary register, get text from said register, restore original register. The most frustrating thing is that I just tried it a few...

> Visual block mode is exactly what is blocking this... (Pun intended.) Does the _block_ mode _block_ as in no progress is being done (unsolvable edge cases), or as in...

> I guess your problem occurs, because you are calling the function from within visual mode. But I `call` `feedkeys('gvy')` function also from within visual mode. I execute them exactly...

I checked it. It obviously doesn't return the selected text, but even when I add this functionality, it doesn't give me what I want (same as with my function). I...

> On, VS Code the following .prettierrc works Prettier does not depend on text editor. I tested it on prettier v2.8.8 and it works. Thanks. Here's my config in `.prettierrc.toml`:...