kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

[Windows] Edit, Open, EditAtLine custom command not working #111

Closed searleser97 closed 11 months ago

searleser97 commented 11 months ago

I am trying to set the following command but whenever it tries to execute it, it adds some ^ char before each < and > chars.

Using powershell 7

image

CONTEXT: https://github.com/kdheepak/lazygit.nvim/issues/67

kdheepak commented 11 months ago

That's weird. I don't use this package on Windows. Is there a way you can help debug this?

My guess is that lazygit is not able that edit command for some reason. Does lazygit work in powershell?

searleser97 commented 11 months ago

If you could share a pointer to the code that is related to the feature I could try to see what could be the issue

Btw: Lazygit works pretty well in powershell apart from this issue and also that it does not support delta as pager, but haven't found more issues

searleser97 commented 11 months ago

Incorrect repo