Magnus Groß

Results 79 comments of Magnus Groß

> you can resize however you want, it's just entirely up to you to handle all of that. Right, if you use non-resizable mode, you can effectively simulate support for...

> What's the end goal here btw? What the issue description above says, i.e. float a window. > there's a new protocol https://wayland.app/protocols/xdg-dialog-v1 It's quite limited and doesn't work for...

Yeah, right now the vim->tmux bridge does not implement translation of click events. The tmux mouse support is also not really the greatest (read `MOUSE SUPPORT` in `man tmux(1)`), meaning...

> Does Gnome currently set this? I found it was not doing it in 2019 https://mail.gnome.org/archives/desktop-devel-list/2019-May/msg00088.html I don't use Gnome, so can't test the current state of this unfortunately. >...

Should be fixed by https://github.com/vim/vim/pull/14694 Example with Lua LSP and "mov" typed: ![Screenshot_20240621_190936](https://github.com/yegappan/lsp/assets/21310755/75af1299-1363-4b19-aa5b-07d144dfa400)

I can reproduce this (I don't have `ifcopenshell` installed, but the same thing can be reproduced when autocompleting `import argparse`). When debugging this with `:LspServer debug on` and then later...

I think there's more to it, this plugin also does no explicit documentation hover request, yet sometimes the documentation is returned by pylsp in the answer for `completionItem/resolve` and sometimes...

Seems this is a regression introduced in #208

> Have you tried using popup windows for that? I have already created a plugin for this, it works reasonably well (showing the hints with `popup_create()`: https://github.com/vimpostor/vim-gallop I have benchmarked...