-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor line shifts up when remote attached #353
Comments
It was solved by deleting |
@shiena I have looked into this issue and it seems that externalization options such as tabline and command line cannot be enabled when attaching a running nvim instance. Also, Goneovim is designed to assume the multigrid architecture of the Neovim UI, but the ext_multigrid option to enable this multigrid architecture does not seem to be working properly. I will create an issue on this problem in the Neovim repository. |
There was another pattern that was not displayed correctly with remote attach.
goneovim-cmd.mp4 |
@shiena I will create an issue on the Neovim side soon. (Sorry, I've been busy to report this to the Neovim team yet.) |
@shiena |
@akiyosi goneovim-windows.zip with nvim 0.8.0 goneovim-with-nvim0.8-video-only.mp4goneovim-msvc-windows.zip with nvim 0.8.0 goneovim-msvc-with-nvim0.8-video-only.mp4 |
@shiena When starting nvim as follows, the UI externalization option expected by goneovim is not enabled and this problem occurs. ( this is what you have pointed out).
On the other hand, if nvim is started headless as follows, the UI externalization options expected by goneovim are enabled correctly, so this problem does not occur.
I would imagine that for non-headless nvim, nvim assumes the TUI rendering mode and thus may not properly enable the UI options that the external UI has during subsequent external UI attach. |
@akiyosi |
goneovim: v0.5.1-87-gaa788ad
neovim: v0.7.0
OS: Windows10
~/.goneovim/settings.toml
Steps to reproduce
nvim --listen localhost:11111 -u NONE
goneovim --server localhost:11111
The text was updated successfully, but these errors were encountered: