vim:ftplug:fugitiveblame: Disable cword highlighting
This commit is contained in:
3
.config/vim/ftplugin/fugitiveblame.vim
Normal file
3
.config/vim/ftplugin/fugitiveblame.vim
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user