diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-17 16:40:35 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-18 12:07:42 -0600 |
commit | 1f53254c86e581c4b639542d2722ff48b5113baa (patch) | |
tree | c7f616a5111533c8b8683884a786575f01f637cc /.gitmodules | |
parent | 062501f7b5e86703e5027a589a9f620b9b4a50e5 (diff) |
vim: switch to gruvbox color scheme
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 28773fe..e347273 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/.vim/bundle/vimwiki"] path = vim/.vim/bundle/vimwiki url = https://github.com/vimwiki/vimwiki.git +[submodule "vim/.vim/bundle/gruvbox"] + path = vim/.vim/bundle/gruvbox + url = https://github.com/morhetz/gruvbox.git |