Alex-duzhichao

Results 4 comments of Alex-duzhichao

Would you try `go get -u github.com/syndtr/goleveldb@master` to pin the version to the master branch?

I think this problem is caused by using `noautocmd` in autoload/gitmessenger/popup.vim, it ignores all events. Lots of plugins depend on `Buf*` events, so I think it's better to not ignore...

https://user-images.githubusercontent.com/9667107/159734777-36e1b067-dd32-4743-bad2-09ae7c9c25d9.mp4 I use git-messenger with APZelos/blamer.nvim. After calling `GitMessenger`, blamer.nvim stop showing blame infomations. It's because blamer.nvim uses BufEnter/BufLeave events to decide whether to show blame info, but git-messenger use...

@denisidoro Hi, this is also the feature I need. When we setup navi using automation tools, uninteractive confirmation flag can help us a lot :)