ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 107 forks source link

Can't open lazygit #27

Closed devpaps closed 2 years ago

devpaps commented 2 years ago

First i just want to say thank you for this project that you've made opensource! Because of you i started to use Neovim im my day to day workflow! 👍🏻

So my issue is that when a want to open LazyGit it just opens for like 0.5 seconds then immediately closes. I'm in a project that uses git. When i want to open LazyGit i press gg.

ecosse3 commented 2 years ago

I think it can be related to lazygit itself. Does it work when you open lazygit from terminal? What lazygit version and OS you have?

devpaps commented 2 years ago

Oh, my bad. Didn't know that i had to install LazyGit separately. I've a Mac but i got it working now by installing Lazygit via Homebrew with this command, brew install jesseduffield/lazygit/lazygit. 😄 Well i've learned something new today.