diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-11-16 09:05:52 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-11-16 09:05:52 +0000 |
commit | ed8329e8190efb314b4680d47855a1955f0cebcd (patch) | |
tree | e0a92cf0c6b623e05cd59d135762633576ca5950 /.gitmodules | |
parent | d57cc044cc8e52b1c69aaabd720cba336d96dda8 (diff) |
added gruvbox for vim
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dc2602c..9c626c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,9 @@ [submodule "vim/pack/fatih/start/vim-go"] path = vim/pack/fatih/start/vim-go url = https://github.com/fatih/vim-go.git +[submodule "vim/pack/plugins/gruvbox"] + path = vim/pack/plugins/gruvbox + url = https://github.com/morhetz/gruvbox.git +[submodule "vim/pack/plugins/start/gruvbox"] + path = vim/pack/plugins/start/gruvbox + url = https://github.com/morhetz/gruvbox.git |