aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/nvim-diffview.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/nvim-diffview.vim')
-rw-r--r--.vim/after/plugin/nvim-diffview.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/after/plugin/nvim-diffview.vim b/.vim/after/plugin/nvim-diffview.vim
new file mode 100644
index 0000000..f1f9783
--- /dev/null
+++ b/.vim/after/plugin/nvim-diffview.vim
@@ -0,0 +1,5 @@
+if !has('nvim')
+ finish
+endif
+
+packadd diffview.nvim