diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-02-08 15:20:05 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-02-08 15:20:05 +0100 |
commit | 5a624d2e5f1974dfdd2ee6bdb77fc0d411c06e71 (patch) | |
tree | 877d9f70c35bb6f1ecc150a566a14be89027a797 /.gitmodules | |
parent | 50d5e9122a0476103bed306b0769c040fb4e9f30 (diff) | |
download | dotfiles-5a624d2e5f1974dfdd2ee6bdb77fc0d411c06e71.tar.gz |
vim fugitive, airline
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index da07566..d18cc52 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule ".vim/bundle/ale"] path = .vim/bundle/ale url = https://github.com/dense-analysis/ale.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive |