Gregory Anders
Gregory Anders
``` $ lsmod | grep drm_kms_helper drm_kms_helper 266240 1 vmwgfx cec 73728 1 drm_kms_helper syscopyarea 16384 1 drm_kms_helper sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper fb_sys_fops 16384 1 drm_kms_helper...
Thanks @hedgepigdaniel, setting `WLR_NO_HARDWARE_CURSORS=1` works for me as well. I had seen that recommended in other issues (such as #3814) but I didn't think to try it since the problems...
Same issue in RHEL 7, modifying the systemd service file worked for me as well
Thanks for the report and for including the backtrace, but we are going to need a better repro case. Installing four plugins doesn't satisfy the definition of "minimal".
Client ID is already passed in the data field (which is where arbitrary data should go, not at the top level). We discussed passing the client directly but decided to...
I had to go back and revisit some of the discussion around this. There was an issue with serializability for the `client` object, but that should not be a real...
Any reason it’s still marked as draft?
>LSP sends diagnostics on a project level. If you open a file and then delete the buffer this now loses the diagnostics and there is no good way to get...
> 2. Change `:h` to `:p:h` in > https://github.com/neovim/neovim/blob/0b72e23bf13ade1e76d11eae6990014098b3928d/runtime/lua/vim/fs.lua#L43 > > and note that you always get an absolute path. (One could argue that this would be the more robust...
>That sounds like a bug of fnamemodify... The `:p` converts` /Users/greg/src` to `/Users/greg/src/` and the `:h` strips off the trailing `/` to change it back to `/Users/greg/src`. So not a...