diff --git a/.config/vim/ftplugin/fugitiveblame.vim b/.config/vim/ftplugin/fugitiveblame.vim new file mode 100644 index 0000000..1da87de --- /dev/null +++ b/.config/vim/ftplugin/fugitiveblame.vim @@ -0,0 +1,3 @@ +" Do not highlight cword in the git-blame window since the different commit +" hashes are colored differently anyway. +let w:disable_highlight_cword = 0