From d8d89c4681ca15ae4b8da9587e2c294c56365c2d Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Wed, 26 Oct 2016 15:13:28 +0200 Subject: [PATCH] + diffchar --- .gitmodules | 3 +++ pack/diffchar/opt/diffchar | 1 + vimfiles.stefan/vimrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 pack/diffchar/opt/diffchar diff --git a/.gitmodules b/.gitmodules index e7ee455..ddff5d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -68,3 +68,6 @@ [submodule "pack/sessionman/opt/sessionman"] path = pack/sessionman/opt/sessionman url = https://github.com/vim-scripts/sessionman.vim.git +[submodule "pack/diffchar/opt/diffchar"] + path = pack/diffchar/opt/diffchar + url = https://github.com/rickhowe/diffchar.vim.git diff --git a/pack/diffchar/opt/diffchar b/pack/diffchar/opt/diffchar new file mode 160000 index 0000000..00f0908 --- /dev/null +++ b/pack/diffchar/opt/diffchar @@ -0,0 +1 @@ +Subproject commit 00f0908b3047719cb3da1c5b5277bc484eee6e69 diff --git a/vimfiles.stefan/vimrc b/vimfiles.stefan/vimrc index 80b57e2..96d9daa 100644 --- a/vimfiles.stefan/vimrc +++ b/vimfiles.stefan/vimrc @@ -295,6 +295,7 @@ let g:Gitv_OpenHorizontal = 1 " packages / plugins " ------------------ packadd asyncrun +"packadd diffchar packadd dirdiff packadd DoxygenToolkit packadd fugitive