Aleksandr Vedeneev

Results 22 comments of Aleksandr Vedeneev

I'm experiencing the same issue, but with other types of components. Inputs and data-tables are also affected by this bug in the case when their contents filled via callbacks. Persistence...

@alexcjohnson > But I'm curious what use case you had in mind for callback outputs to be persisted? This thing is mostly annoying in multi-tab environments, so all my below...

hrsh7th's solution also didn't work for me. Eventually I foud workaround, by remapping Up/Down keys by cmp.select_next_item() / cmp.select_prev_item() ( similar to C-n and C-p ) and pressing Escape keeps...

I managed to do this in C, however it's nothing to do with pretty-fold plugin. If you do, tree sitter folding plugin this is an option: https://github.com/nvim-treesitter/nvim-treesitter/issues/1564 You need to...

I've been tinkering with this issue for some time. And it looks like it's still not resolved in new 5.5.2. The core of this issue that the remote commands sent...

I believe I've found the issue: ```python fold_query = fold_query:gsub('fold', 'foldopen') ``` https://github.com/eddiebergman/nvim-treesitter-pyfold/blame/master/lua/nvim-treesitter-pyfold/folding.lua#L36

Hi all, I faced the same issue, and I have found a workaround. The problem was caused by `cmp` plugin, which uses 'InsertEnter' event for functioning. Long story short, `cmp`...

`c3fmt` tool also WIP.

`c3fmt` now is released https://github.com/alexveden/c3tools/tree/main/src/c3fmt

I made a port of C argparse library above. https://github.com/alexveden/c3tools/tree/main/lib/c3lib/argparse/