Replies: 1 comment 8 replies
|
I tried to do that here https://github.com/mrjones2014/smart-splits.nvim/blob/c697ea84309db323e4da82d29c1f23304e6910be/lua/smart-splits/utils.lua#L32-L35 But there must be a bug. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I spent way too long adding
vim.notifyto track why split navigation suddenly stopped working only to realisewezterm.exejust wasn't on my path anymore (/etc/wsl.conf'sappendWindowsPath = falsefor zsh performance reasons). I feel like failing commands (or missing since it also would also return a non zero code) should maybe raise an error, be that on the log file that already exists or through vim.notify.I could try and get a PR ready, if this behavior is wanted.
All reactions