diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-02-09 10:34:15 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-02-09 10:34:15 +0700 |
commit | a295db54fbe539abda4542195fa3b5781d13806d (patch) | |
tree | edefbd95590f1976419deaff71ae827e2c4e7410 /.gitmodules | |
parent | 3722d3e087637b952e34dfd326b0b4d362705bef (diff) | |
download | dotfiles-a295db54fbe539abda4542195fa3b5781d13806d.tar.gz |
Update 20170209. Highlights: awesome 4.0, gruvbox dark -> light
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e5f0c2a..8f25357 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "gruvbox"] path = vim/.vim/pack/gruvbox - url = https://github.com/McSinyx/gruvbox + url = https://github.com/McSinyx/gruvbox.git + +[submodule "vim-abolish"] + path = vim/.vim/pack/abolish/start/vim-abolish + url = https://github.com/tpope/vim-abolish.git |