Karl Yngve Lervåg
Karl Yngve Lervåg
From `:help autochdir`: ``` *'autochdir'* *'acd'* *'noautochdir'* *'noacd'* 'autochdir' 'acd' boolean (default off) global When on, Vim will change the current working directory whenever you open a file, switch buffers,...
> I dont think this will work with "gh.nvim". For one, we use temp files to open diffs, so when you enter the diff, you CD to /tmp, and "gh"...
I might try to make such a PR, but it would be useful with some help to understand how things work. I understand that things build on litee.nvim. But is...
> Hmm, it gets a bit tricky since this is async lol, we need the Neovim instance to not "chdir" at all up until a pull request is opened as...
It seems two of the important locations are here: https://github.com/ldelossa/gh.nvim/blob/86a5249ee6ad57b3d3023dde8af988934fb99468/lua/litee/gh/ghcli/init.lua#L25-L26 https://github.com/ldelossa/gh.nvim/blob/86a5249ee6ad57b3d3023dde8af988934fb99468/lua/litee/gh/gitcli/init.lua#L1-L2 Would it be possible somehow to do a temporary `lcd` before the `fn.system` calls are made? A prerequisite for...
Thanks!
Interesting issue. I believe some of these fixes can be quite straightforward, but not all of them. It would be helpful if you could update your list in your original...
I believe I've solved the folding and toc issues now; please update and test. So, the motions remain; I believe these may be more tricky. But I'll have a look...
> * Don't fold inside the comment environment. The `comment_pkg` commit almost fixes the problem for me except that I still get strange behaviour when I've just entered text in...
Reg. #2884; I believe it should fix your folding issue. However, as I wrote, I'm using a different method now. It would be very nice if you could test it...