Christian Clason

Results 2067 comments of Christian Clason

(And the LSP has a dedicated notification for this: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_logMessage and https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#logTrace)

Which Vim 9.1 version exactly? The precise patch matters here to make sure we compare the same state of the plugin.

What change? Please bisect, and open a new issue with full reproduction steps.

> (if it even exists) diff.change syntax types. Both Helix and Neovim have `@diff.delta` for changes.

Adding the markers is trivial; the challenge is to make sure the existing rules for unified diffs don't apply falsely in the context diff (without complicating the grammar too much)...

The more I think about it, the less I believe that this is actually possible with reasonable effort -- these are effectively three completely different grammars, which would have to...

Regarding curl, I think we have to take what we get: check version (and features! distros can and do compile the same version differently) and fail gracefully if an requested...

I think we need to also discuss _global_ configuration, as things like proxy settings are user-specific, while the caller of `vim.net.download` will in general be Nvim or a plugin. Something...

Neovim is actively querying more terminal capabilites in 0.11 to enable more features. If iTerm doesn't handle this specification correctly, then issues are to be expected (and need to be...

I was about to say: nvim-treesitter should not be required for this.