Wezterm integration is not fully working with WSL2 #221
Unanswered
Penguin-jpg
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It works, you just need to call the return {
'mrjones2014/smart-splits.nvim',
config = function()
require('smart-splits').setup({})
end
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can navigate from wezterm to WSL2, but cannot navigate from WSL2 to wezterm.
I saw there was a pull request that fixed this, so I don't know why I still encounter this problem :(.
I also checked the wezterm_cli_path in the config and it was "wezterm.exe" so it should be correct.
I am using v0.10.0 nvim, v1.5.0 smart-splits.nvim, the latest version of wezterm (nightly), and ubuntu 22.04 for wsl2.
Anyone encounter the same problem?
Beta Was this translation helpful? Give feedback.
All reactions