From a4a3940ef4bc271eecb4025bbed133f9dc6a019d Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 1 Apr 2014 23:32:21 -0400 Subject: [PATCH] Added a new submodule that colours hexcode backgrounds the same as the colours they represent for css-related formats --- .gitmodules | 3 +++ vim/bundle/vim-coloresque | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-coloresque diff --git a/.gitmodules b/.gitmodules index f61046f..02debe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "vim/bundle/vim-markdown"] path = vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git +[submodule "vim/bundle/vim-coloresque"] + path = vim/bundle/vim-coloresque + url = https://github.com/gorodinskiy/vim-coloresque.git diff --git a/vim/bundle/vim-coloresque b/vim/bundle/vim-coloresque new file mode 160000 index 0000000..0c21b14 --- /dev/null +++ b/vim/bundle/vim-coloresque @@ -0,0 +1 @@ +Subproject commit 0c21b1469993e610600e88e734ffe90b9c10a514