ecosse3 / nvim

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

About git blame #113

Closed LauGaHo closed 1 year ago

LauGaHo commented 1 year ago

git which plugin can show the git blame of all lines?

kecerud commented 1 year ago

Do you mean those lines that aren't even commited yet? If so, then no plugin will show this to you since it doesn't make any sense right? (But if you're just asking which plugin does this then check vim-fugitive )

LauGaHo commented 1 year ago

I found the vim-fugitive, which is helpful to me. Thanks.

ecosse3 commented 1 year ago

@LauGaHo It's already implemented in Ecovim. Just press <leader>gb.

LauGaHo commented 1 year ago

@LauGaHo It's already implemented in Ecovim. Just press <leader>gb.

OK, Thanks