git-blame.vim
git-blame.vim copied to clipboard
See Git Blame information in the status bar for the currently selected line.
Hi guys, After following https://github.com/zivyangll/git-blame.vim/issues/20 I would still have the ability of toggling on/off git blame. Is that possible? I also noticed that doing that brings a error message when...
If there is a symlink pointing to a file in the same directory, vim uses it as the filename.
@zivyangll this PR trims the excessively long git commit message by the amount in excess of the current window width and replaced with ..., this is to avoid the `Press...
`cd` error
[Unhandled error: /usr/bin/cd: line 4: cd: $(dirname importNameRule.ts): No such file or directory] vim info: I am using vim-plugged ``` Plug 'zivyangll/git-blame.vim' nnoremap s :call gitblame#echo() ``` ``` VIM -...
@zivyangll This patch add vim popup support with syntax hi. Also there was some other minor changes, take a look
Basically, I would love to have something like Fugitive's `Gblame` command, in addition to the quick one line glance view you've implemented.
The default mappings where (rightly) removed in order not to interfere with users' preferred bindings. But the right way to solve the problem is to add a `` mapping, which...
when I config gitblame automatic `autocmd CursorMoved * :call gitblame#echo()` move character `hjkl` would display 
I'm using VIM version 9.0 (2022 Jun 28, compiled Mar 04 2023 19:41:33) , with the latest pathogen (cloned it today). I tried following the instructions you give in the...