diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-08-08 13:38:18 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | 76f0d35cb277194b84641f8416d9d513e2a32a01 (patch) | |
tree | 8960b398b2903fcb62756f00db98697b5e2e57b5 | |
parent | 2fe88fbe563616fc94e3f21a5acd396dfbd0ebe8 (diff) | |
download | dotnvim-76f0d35cb277194b84641f8416d9d513e2a32a01.tar.gz dotnvim-76f0d35cb277194b84641f8416d9d513e2a32a01.zip |
Added community maintained gruvbox
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/gruvbox-community | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index da6aee9..3965439 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/vim-bufkill"] path = bundle/vim-bufkill url = https://github.com/qpkorr/vim-bufkill +[submodule "bundle/gruvbox-community"] + path = bundle/gruvbox-community + url = git@github.com:gruvbox-community/gruvbox.git diff --git a/bundle/gruvbox-community b/bundle/gruvbox-community new file mode 160000 +Subproject 79f0551962fd0d99e6a779f6bd125807d5d9b37 |