-
I asked this question in the neovim repo discussions: neovim/neovim#29994
A neovim dev gave me an answer (emphasis mine):
So is this currently possible in Goneovim? If so, are there instructions somewhere for doing it. If not, do we expect it to be available any time soon? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@smackesey
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your feedback. The limitations you encountered with the external window not holding splits or tabpages are indeed due to the current constraints of Neovim's UI features. To have two full Vim UI windows working off the same set of open buffers, with each able to manage splits and tabpages independently, it would require modifications to the Neovim core. The current implementation of the ui-multigrid feature does not support this level of window management, and achieving this functionality would likely necessitate a significant overhaul of how Neovim handles UI interactions. |
Beta Was this translation helpful? Give feedback.
Thank you for your feedback. The limitations you encountered with the external window not holding splits or tabpages are indeed due to the current constraints of Neovim's UI features. To have two full Vim UI windows working off the same set of open buffers, with each able to manage splits and tabpages independently, it would require modifications to the Neovim core. The current implementation of the ui-multigrid feature does not support this level of window management, and achieving this functionality would likely necessitate a significant overhaul of how Neovim handles UI interactions.