So you're saying this is a known issue? I couldn't find anything on this when googling.
I guess I have a "recent" vim, so I'll will look into it, thanks!
> It helps if you tell us what kind of Vim you are using, so we can offer
better help. You still did not
> mention 🙂
I am not sure the socketserver feature will help, but it sounds like it
should, so please
> read up on this feature. See
:h socketserver-clientserver
Not necessary, I already have it working, thanks! So, indeed, vim does not play nicely with Wayland regarding the "server" part. My vim version (from Fedora) is compiled with both X11 and Wayland support, which is nice, but for "server" use, it still chooses X11, which doesn't work (apparently).
This is the approach that works:
gaia erik: $ type vi
vi is an alias for /usr/bin/gvim --clientserver socket -f --remote-tab-silent
It would be nice if it could be a setting in the .vimrc file, but I don't think there is one.