Chris
Chris
@wez sure! Here it is: https://github.com/wez/wezterm/issues/3438
So after wez helped me figure out how to properly start the mux server on the master build, here are my findings using: - 4k, full screen wezterm - neovim...
@joshuarubin for the config, please check https://github.com/wez/wezterm/issues/3438 where it's linked with the description.
Thanks for taking this on, @David-Else
Agree, this is great work. Thank you!
Nice! Does this work with https://github.com/helix-editor/helix/pull/2507? As far as I can see, that was the only feature that was still not working there
That would be amazing. That PR should be merged soon.
https://github.com/helix-editor/helix/pull/2507 has been merged now, which should enable this PR
Any luck getting it rebased on latest master? Would love to test it again
Great news, thanks @jpttrssn ! Any idea how to test this with TS/TSX? I tried this under the language config but it doesn't have any effect ``` code-actions-on-save = ["source.fixAll.eslint"]...