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 | |
parent | 56a4b9822609e797cdad300c1ba6fdc364cb239f (diff) | |
download | dotfiles-adcdae845833754be737a2c356777efe415e7c45.tar.gz dotfiles-adcdae845833754be737a2c356777efe415e7c45.tar.bz2 dotfiles-adcdae845833754be737a2c356777efe415e7c45.zip |
vim: Add colorschemes bundle
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vim/vim/bundle/colorschemes | 0 |
2 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 diff --git a/vim/vim/bundle/colorschemes b/vim/vim/bundle/colorschemes new file mode 160000 +Subproject 9e7ab1cfec5d3db85aa1c4e87329fd869ecf94e |