Replies: 1 comment 8 replies
-
|
I tried to do that here smart-splits.nvim/lua/smart-splits/utils.lua Lines 32 to 35 in c697ea8 But there must be a bug. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions