Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call vim.uv.realpath on path returned from jj root
On windows, jj root may return a UNC path. In these cases plenary Job does not always succeed at finding the directory and returns an error. To prevent this we call `vim.uv.realpath` so to canacolize the path so that it is valid for neovim to use.
- Loading branch information