From 24c08242fa1b4c10560053ca7a0c7249690bb364 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 28 Dec 2018 20:13:14 -0500 Subject: [PATCH] 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). --- vim/.gitignore | 1 + vim/.gitmodules | 3 +++ vim/pack/mine/start/gruvbox | 1 + 3 files changed, 5 insertions(+) create mode 100644 vim/.gitmodules create mode 160000 vim/pack/mine/start/gruvbox diff --git a/vim/.gitignore b/vim/.gitignore index c5b21fc..867413b 100644 --- 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 new file mode 100644 index 0000000..a4a0e1e --- /dev/null +++ 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 new file mode 160000 index 0000000..6c59bb5 --- /dev/null +++ b/vim/pack/mine/start/gruvbox @@ -0,0 +1 @@ +Subproject commit 6c59bb5d72abcab0f22fc819793cf1f3b53d1336 -- libgit2 0.28.4