dotfiles/.vim/pack/plugins/start/vim-fugitive/syntax/fugitiveblame.vim
2024-12-23 00:29:22 +01:00

8 lines
144 B
VimL

if exists("b:current_syntax") || !exists("*FugitiveGitDir")
finish
endif
call fugitive#BlameSyntax()
let b:current_syntax = "fugitiveblame"