diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2019-08-20 17:17:38 -0400 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2019-08-20 17:17:38 -0400 |
commit | adcdae845833754be737a2c356777efe415e7c45 (patch) | |
tree | 795ffa1c82b6cbb00d4ca7065e13b482ccccc47d /.gitmodules | |
parent | 56a4b9822609e797cdad300c1ba6fdc364cb239f (diff) | |
download | dotfiles-adcdae845833754be737a2c356777efe415e7c45.tar.gz dotfiles-adcdae845833754be737a2c356777efe415e7c45.tar.bz2 dotfiles-adcdae845833754be737a2c356777efe415e7c45.zip |
vim: Add colorschemes bundle
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1525a84..1146f87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "vim/vim/bundle/dirdiff"] path = vim/vim/bundle/dirdiff url = https://github.com/will133/vim-dirdiff +[submodule "vim/vim/bundle/colorschemes"] + path = vim/vim/bundle/colorschemes + url = https://github.com/flazz/vim-colorschemes.git |