From 60decf5a431b8fc6c0bc118ced746c149a7d3720 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 22 Dec 2018 14:16:04 +0800 Subject: vim: Add vim-fugitive managed by the built-in package manager --- .gitmodules | 3 +++ _vim/pack/aly/start/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 _vim/pack/aly/start/vim-fugitive diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..09bfb78 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "_vim/pack/aly/start/vim-fugitive"] + path = _vim/pack/aly/start/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/_vim/pack/aly/start/vim-fugitive b/_vim/pack/aly/start/vim-fugitive new file mode 160000 index 0000000..7322082 --- /dev/null +++ b/_vim/pack/aly/start/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 73220820b5eb399d29067f114888da0d8e1e08da -- cgit v1.2.2