diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-22 14:16:04 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-22 14:16:04 +0800 |
commit | 60decf5a431b8fc6c0bc118ced746c149a7d3720 (patch) | |
tree | 457dd5f91aaa6df5afb1fdaa37fffb95ffa69293 /.gitmodules | |
parent | 17e0a08fcafdb7b8e17a31257e296348d041f1ce (diff) | |
download | dotfiles-60decf5a431b8fc6c0bc118ced746c149a7d3720.tar.bz2 |
vim: Add vim-fugitive managed by the built-in package manager
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |