Jonathan Cooper
Jonathan Cooper
I have the same issue on Windows. The issue is instead with it freezing on my secondary monitor. I have this same issue with WezTerm. Other terminal emulators do not...
The linter error seems to be having an issue with the name of this PR. Is someone able to re-run this?
To be clear for anyone else facing this issue: If you're using nushell 0.89.0 and inside ~/.zoxide.nu you see def-env, then you can replace the 2 instances of `def-env` with...
Could save a file containing the last state of that list and then when neovim is loaded if lvim can detect that the current state of the list is different...
I got something sort of along the lines of this by adding this to my .wezterm.lua. ```lua function recompute_padding(window) local overrides = window:get_config_overrides() or {} local win_dims = window:get_dimensions() local...
Probably a duplicate of #1124
Looks like they're already considering it https://github.com/aantron/dream/issues/168
Also, I don't think this issue is specific to Windows 11. If I remember correctly, then I was having this same issue with the mentioned other projects using Glutin before...
Plain Winit seems to work. I am able to resize the window and when I close it I do not get any errors about it not being responsive. I used...