aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/git.vim
diff options
context:
space:
mode:
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