Gregory Anders

Results 251 comments of Gregory Anders

> Out of curiosity, what are you using parinfer-lua for? 🤓 Not OP, but I am following the issue. I’m using parinfer-lua in a [Neovim plugin](https://github.com/gpanders/nvim-parinfer). Thank you for your...

This will also resolve https://github.com/neovim/neovim/issues/29892.

> Not sure about the name, given that it's already in the `lsp.diagnostic` namespace I think we could omit the `diagnostics_` prefix. `vim_to_lsp`, or maybe even `to_lsp` - although that...

> It seems this problem actually _does_ reproduce on MacOS iTerm itself, but without the latency of SSH it's not noticeable enough. If `$COLORTERM` is set, or if your terminfo...

I don't personally use filetype icons, but I am not opposed to the idea of providing better support/integration for plugins. However, the problems you listed are the exact problems I...

>One of the benefits of the keyboard protocol is that it tries to avoid the input-stack-specific quirks and provide a cross-platform input layer on top. If there are different key...

A similar issue (QWERTZ layout on a German keyboard) reported here https://github.com/neovim/neovim/issues/31045. In this case, `C-]` (Ctrl + AltGr + 9) is being encoded by Kitty as `CSI 93 :...

This PR: ``` $ TEST_FILE=test/benchmark/text_spec.lua make functionaltest -------- Global test environment setup. -------- Running tests from test/benchmark/text_spec.lua RUN vim.text hexencode: N: 100, Min: 2.806411 ms, Max: 4.499787 ms, Median: 3.098527...