aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/git.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-06-04 19:17:01 +0800
committerGuangxiong Lin <[email protected]>2022-06-05 11:41:04 +0800
commit47be6a508c4150f8ef2627ae185c650c081c6bbf (patch)
tree49656b4c2ffcc6adae8df89f4c9747287663311f /.vim/after/plugin/git.vim
parent8c54a7ae533b5e07e978c705f3790eff054196c0 (diff)
downloaddotfiles-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.vim7
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