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 | |
| parent | 17e0a08fcafdb7b8e17a31257e296348d041f1ce (diff) | |
| download | dotfiles-60decf5a431b8fc6c0bc118ced746c149a7d3720.tar.bz2 | |
vim: Add vim-fugitive managed by the built-in package manager
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | _vim/pack/aly/start/vim-fugitive | 0 |
2 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 diff --git a/_vim/pack/aly/start/vim-fugitive b/_vim/pack/aly/start/vim-fugitive new file mode 160000 +Subproject 73220820b5eb399d29067f114888da0d8e1e08d |
