diff options
author | Guangxiong Lin <[email protected]> | 2022-06-04 19:17:01 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-06-05 11:41:04 +0800 |
commit | 47be6a508c4150f8ef2627ae185c650c081c6bbf (patch) | |
tree | 49656b4c2ffcc6adae8df89f4c9747287663311f /.vim/after/plugin/git.vim | |
parent | 8c54a7ae533b5e07e978c705f3790eff054196c0 (diff) | |
download | dotfiles-47be6a508c4150f8ef2627ae185c650c081c6bbf.tar.gz dotfiles-47be6a508c4150f8ef2627ae185c650c081c6bbf.tar.bz2 dotfiles-47be6a508c4150f8ef2627ae185c650c081c6bbf.zip |
Add more plugins for nvim
Diffstat (limited to '.vim/after/plugin/git.vim')
-rw-r--r-- | .vim/after/plugin/git.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/after/plugin/git.vim b/.vim/after/plugin/git.vim new file mode 100644 index 0000000..687f2ab --- /dev/null +++ b/.vim/after/plugin/git.vim @@ -0,0 +1,7 @@ +if has('nvim') + let g:gitblame_enabled = 0 + + packadd plenary.nvim + packadd diffview.nvim + packadd git-blame.nvim +endif |