Jesse Duffield

Results 532 comments of Jesse Duffield

good question, I believe there is a plugin for neovim, not sure about vim itself

@timsofteng which bugs have you encountered?

I'm not fully across how worktrees work but from what little I've seen they seem like they'd be a great addition to lazygit.

Rather than exit the program, it would be better to ask the user if they want to open lazygit anyway, to the most recently opened repo. E.g.: > You've attempted...

@nullishamy code looks good. You'll need to run gofumpt i.e. ``` go install mvdan.cc/gofumpt@latest && gofumpt -l -w . ```

nice work @nullishamy !

I'm getting this issue too on v0.35 (OSX). Quite annoying! Though for me I don't need to actually remove the lock file: I just retry the action and it works...

@ajhynes7 this can all happen within the files controller. We can remove the validation from handleStashSave like so: ```go func (self *FilesController) handleStashSave(stashFunc func(message string) error, action string) error {...