commit 24c08242fa1b4c10560053ca7a0c7249690bb364 (patch)
parent 52b1bac1c9116506114ff0bd390dbb49191b9942
Author: Alex Karle <ajkarle@outlook.com>
Date: Fri, 28 Dec 2018 20:13:14 -0500
vim: add gruvbox as the first submodule
I've toyed with the ideas of submodules for a while now. I like the idea
of being able to streamline the clone process to include a select few
plugins, and submodules seems like a nice way to do it (without the use
of a plugin manager, that is).
Diffstat:
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/vim/.gitignore b/vim/.gitignore
@@ -9,6 +9,7 @@ undo/
# Ignore plugins (TODO: consider submodules)
pack/
+!pack/mine/start/gruvbox
# Ignore tags
tags
diff --git a/vim/.gitmodules b/vim/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "pack/mine/start/gruvbox"]
+ path = pack/mine/start/gruvbox
+ url = https://github.com/akarle/gruvbox
diff --git a/vim/pack/mine/start/gruvbox b/vim/pack/mine/start/gruvbox
@@ -0,0 +1 @@
+Subproject commit 6c59bb5d72abcab0f22fc819793cf1f3b53d1336