wezterm_cli_path problem with wezterm and WSL #248
-
It doesn't seem like the plugin is correctly setting the wezterm_cli_path by default. In lazy vim, I can only get it to work with the following config:
If I don't set wezterm_cli_path this way, I'm able switch into a vi tab, but not out of it (it just wraps). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Does anything from this discussion help? Unfortunately I do not have any Windows machines so I can't really help debug issues like this with WSL. |
Beta Was this translation helpful? Give feedback.
-
I think I got it... I don't think lazyvim is calling the setup function at all. When I add an explicit call to it, it works as expected:
|
Beta Was this translation helpful? Give feedback.
-
Also considering this has come up a couple times now, I think maybe I can make the experience out of the box a bit better by lazily evaluating that config option |
Beta Was this translation helpful? Give feedback.
Does anything from this discussion help?
Unfortunately I do not have any Windows machines so I can't really help debug issues like this with WSL.