Chris Grieser
Chris Grieser
> A minor note here is that this isn't really a bug. Neovide have never offered this as a feature This feels like a technicality, tbh. *Every* macOS app allows...
@antonk52 awesome! I just gave it a try, and so far it seems to be working as expected. ~~You should open a PR to have it added to nvim-lspconfig.~~ Just...
Any thoughts on integrating `lua-3p-language-servers` into stylua? With tools like `biome` or `ruff`, the LSP can simply be called by passing an extra argument like `cli --lsp`. Shipping them together...
It might be somewhat hacky & inefficient, but how about detecting multiline by sending another request, but for the position exactly above/below the cursor? If the same signature is returned,...
I can take a look later this week. I took a quick look at the signature module, and from what I can tell, this would be something like creating another...
Upon further investigation, it seems this issue does not arise due to the LSP sending the signature data even in a multi-line callback. Rather, it seems some bug in blink's...