Arsen Kitov

Results 14 issues of Arsen Kitov

Added `neoscroll.*_win` functions that have the same signature, but take an additional winid parameter. That required some refactoring: 1. Most util functions now take a winid parameter 2. State is...

Basically title. Currently, as far as I can tell, only supported for current window. **Why**: to scroll popup/preview/qf/diagnostics windows without having to move the cursor there. Especially annoying if the...

**Describe the bug** When a C++ function uses more than one template declaration, all but 1 are ignored in `@function.outer` queries. **To Reproduce** 1. Create a C++ file with the...

bug

This PR adds support for C++20 modules. (Semi-)formal syntax description can be found on [cppreference](https://en.cppreference.com/w/cpp/language/modules#Syntax). While implementing support for modules, I also noticed that [class template instantiation](https://en.cppreference.com/w/cpp/language/class_template#Class_template_instantiation), as well as...

Hi! I'm experimenting with C++20 modules in neovim and tree-sitter can't parse modules. I took a crack at implementing it and it seems to work. Implementation can be found in...

Hello! First of all, thanks for all the work put into this plugin, it's great and I never want to run tests in a separate tmux pane ever again :)...

Tiny MR to allow setting a special icon for Copilot via lspkind

Hey! This PR is based on https://github.com/dpkp/kafka-python/pull/2062 It implements delete_records for AdminClient. Thanks to @10101010 for the initial PR. This PR contains the following improvements on that version: 1. It...

admin-client

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

**NeoVim Version** nvim --version (semi-recent master) ```lua NVIM v0.10.0-dev-1032+g069fad6e2-dirty Build type: RelWithDebInfo LuaJIT 2.1.1693350652 Run "nvim -V1 -v" for more info ``` **Describe the bug** `nio.tests.before_each` does not synchronize with...