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 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.2