From adcdae845833754be737a2c356777efe415e7c45 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Tue, 20 Aug 2019 17:17:38 -0400 Subject: vim: Add colorschemes bundle --- .gitmodules | 3 +++ vim/vim/bundle/colorschemes | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/vim/bundle/colorschemes 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 index 0000000..9e7ab1c --- /dev/null +++ b/vim/vim/bundle/colorschemes @@ -0,0 +1 @@ +Subproject commit 9e7ab1cfec5d3db85aa1c4e87329fd869ecf94e9 -- cgit v1.2.3-70-g09d2