Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
" Nvim: load the matchit plugin by default.
if !exists("g:loaded_matchit") && stridx(&packpath, $VIMRUNTIME) >= 0
packadd matchit
endif