Azzam S.A
Azzam S.A
Now, It happens to almost all my repo. ```lua function M.neogit_open(path) print("path before neogit open = " .. path) require("neogit").open({ cwd = path }) end ``` ```lua path before neogit...
Yes, it is. But I need to do `:cd ` beforehand. I believe it is a regression because I have been using `Neogit cwd=` for almost a year without any...
My current workaround is to fire `Neogit cwd=...` repeatedly until it works. But usually, it only took twice.
Related: https://github.com/NeogitOrg/neogit/issues/1392
Current temporary workaround: - Open `nvim .` inside the neovide  - just use the terminal to change the project and invoke `neovide . &` or `nvim .` from there.
Fixed in https://github.com/NeogitOrg/neogit/pull/1489 by @Strongleong > I relly depend on cwd argument in my work and this issue drives me nuts Same here, I switched back to Emacs because of...
Maybe it should be in the same repo as the explorer? - `utils` - `explorer` - `leaf-cli` (or any other name)
Is there anything else needed for this PR to be merged into master?
Hi papachan, thank you for your interest. I still have task at hand, if you wish you can make appropriate PR according to this [guidleine](https://github.com/azzamsa/awesome-lisp-companies#guidelines-to-contribute)
ping @papachan