kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.31k stars 52 forks source link

Reference: working within Windows: Powershell #91

Closed rohit-kumar-j closed 1 year ago

rohit-kumar-j commented 1 year ago

This is not a issue or a bug, but a lazygit thing. If you want to work within nvim with lazygit, you can add the following in the C:\Users\user\AppData\Roaming\lazygit\config.yml file, OR use the :LazyGitConfig option directly within nvim after installing and initlaizing the kdheepak/lazygit.nvim which opens the C:\Users\user\AppData\Roaming\lazygit\config.yml file:

os:
    editCommand: 'nvim'

If you want to test out this config clone from rohit-kumar-j/nvim Tested on: windows, wsl