willothy/wezterm.nvim

split_pane doesn't work

tj-moody opened this issue · 1 comments

Running split_pane in any way doesn't work. For example:

:lua require('wezterm').split_pane.vertical()

results in the following error:
Screenshot 2023-11-02 at 11 53 15 AM

I'm passing no configuration to wezterm (config = true in lazy), and the same error still happens when I don't load any other plugins.

Thanks for reporting, I'll fix this ASAP