Arsen Kitov

Results 26 comments of Arsen Kitov

Here's one alternative way to handle this, that also takes care of "%:h" and similar constructs. I use this function in `cmp.setup.cmdline(":", ...)` ```lua local function delay(fn, time) local timer...

I did rebase, though I'm afraid some indents and formatting are inconsistent which has led to an inflated diff. If you're using an autoformatter, could you please share its configuration,...

Hi again, pardon the long wait, was moving to a new place. I reformatted the code and added `stylua.toml` to the root of the repo, though that has led to...

Definitely supposed to work. I'm guessing it's a Neovim version thing - I use 0.8 and only tested on 0.8, sorry. Will test on 0.5 and update the PR

Added a polyfill for `nvim_cmd` to support earlier neovims. Some tests still fail on `v0.5.1` , as far as I can tell, this is due to neovim/neovim#13964, which is not...

Made a rough draft that mostly works, though not tested with all possible configs ~~and has a bug with `gg`~~: https://github.com/karb94/neoscroll.nvim/compare/master...alfaix:alfaix/arbitrary-winid Discovered a couple of bugs: * with `so_scope =...

I made a PR, though, as you said, it is probably best to wait for tests before merging it. Meanwhile, I'll just tell packer to use the fork. When the...

Not a maintainer but the documentation for writing tree-sitter grammar is [here](https://tree-sitter.github.io/tree-sitter/creating-parsers). You only need to change `grammar.js` and test files (the .txt ones), everything else is generated by `tree-sitter...

I know this issue is old, but for me the code below works well. It is a tad slow though, so I'm not sure if including it in the Neoformat...

For me this can be reproduced reliably when an LSP client is attached to a DAP repl. This *sometimes* (very rarely) happens outside of that as well, but I can...