willothy / wezterm.nvim

Utilities for interacting with Wezterm from within Neovim
189 stars 10 forks source link

undocumented expectation that neovim is running inside Wezterm #22

Open snoblenet opened 4 weeks ago

snoblenet commented 4 weeks ago

Is there an undocumented expectation that Neovim is running inside Wezterm?

This works fine when I do so:

:lua print(require('wezterm').get_current_pane())

However, my usual practice is to run Neovide on my left monitor and Wezterm on my right monitor, and in that case, the function does not work.